Commit Graph

24464 Commits

Author SHA1 Message Date
Nathan Sobo
8698f2285d Bind ctrl-up/down to just move up or down by default
This prevents insertion of weird characters when ctrl-up/down are
pressed.
2015-07-28 11:09:34 -06:00
Kevin Sawicki
a8fb2fb20a ⬆️ language-ruby@0.57 2015-07-28 08:59:08 -07:00
Kevin Sawicki
7319b93c1e ⬆️ language-sass@0.40 2015-07-28 08:40:57 -07:00
Kevin Sawicki
6a06eaa6de ⬆️ language-gfm@0.80 2015-07-28 08:34:14 -07:00
Kevin Sawicki
357fa60dfb ⬆️ tree-view@0.180 2015-07-28 08:34:13 -07:00
Kevin Sawicki
89d6388800 Merge pull request #8101 from drewkett/docfix2
Fix Arch build instructions again
2015-07-28 07:47:28 -07:00
Antonio Scandurra
938ee68373 Merge pull request #8112 from atom/as-tiles-stacking-context
Create new stacking context for tiles
2015-07-28 16:38:32 +02:00
Machisté N. Quintana
ac03afaa4f Merge pull request #8110 from atom/mq-travis-whitelist
Only build pushes to master on Travis
2015-07-28 10:32:40 -04:00
Antonio Scandurra
9a81d2ec62 🐛 Create new stacking context for tiles
To create a new stacking context we need to isolate the container div. This
fixes a visual glitch on the wrap-guide whenever there are more than 5 tiles.
2015-07-28 16:00:46 +02:00
Nathan Sobo
8335a5df19 Merge pull request #8105 from atom/as-emit-did-insert-on-paste
Emit `did-insert-text` on `pasteText()`
2015-07-28 07:45:23 -06:00
Machiste Quintana
3153c487e3 Only build pushes on Travis for master 2015-07-28 08:38:14 -04:00
Machisté N. Quintana
e10e578a04 Merge pull request #8107 from batjko/patch-1
Correct path separator in Windows Build instructions
2015-07-28 07:09:39 -04:00
Patrick Metzdorf
bc43ee242a Correct path separator for Windows 2015-07-28 12:06:57 +01:00
Antonio Scandurra
d46fea9d10 Emit did-insert-text on pasteText() 2015-07-28 10:38:11 +02:00
Antonio Scandurra
b00c148de8 Merge pull request #8098 from atom/as-tiles-z-index
Render tiles upper in the stack in front of the ones below
2015-07-28 10:13:20 +02:00
Andrew Burkett
aefecbc4c4 Remove mention of AUR for Arch build instructions 2015-07-27 21:54:22 -07:00
Wliu
3fe1ec19c7 Merge pull request #8103 from atom/wl-javascript-0.85.0
Update language-javascript to 0.85.0
2015-07-27 22:37:50 -04:00
Wliu
a3556a49f3 ⬆️ language-javascript@0.85.0 2015-07-27 21:57:36 -04:00
Ben Ogle
c2261ab04e Merge pull request #8071 from atom/bo-find-negation
Add real path negation to workspace::scan
2015-07-27 18:00:39 -07:00
Ben Ogle
b518075070 Use globalExclusions option for the ignoredNames 2015-07-27 17:10:53 -07:00
Ben Ogle
795ce76f6e ⬆️ scandal@2.1.1
This adds solid negation and inclusion support. 
See atom/scandal#29
2015-07-27 17:10:53 -07:00
Andrew Burkett
24f6d0986d Add --needed flag to arch build instructions
Avoids unnecessary reinstalling of some software
2015-07-27 15:45:05 -07:00
Kevin Sawicki
6e59763b7a Spy on theme activation to prevent watcher leak
Closes #8012
2015-07-27 15:37:01 -07:00
Ben Ogle
02ad3fe298 Merge pull request #8094 from smashwilson/overlay-class
Specify class attributes directly for overlay nodes
2015-07-27 15:36:42 -07:00
Andrew Burkett
3c8bcd7ea9 Add note about AUR to arch build instructions 2015-07-27 15:28:19 -07:00
Andrew Burkett
0e01bde107 Add npm to arch build instructions 2015-07-27 15:28:03 -07:00
Nathan Sobo
f659bc20a2 Fix occasional spec flakiness on travis 2015-07-27 15:14:07 -06:00
Nathan Sobo
a4325e325e Merge pull request #8095 from atom/ns-destroy-folds
Destroy folds when DisplayBuffer is destroyed
2015-07-27 12:33:38 -06:00
Antonio Scandurra
4e412755bf Put tiles into a separate div
So that a new stacking context is created and tiles won’t overlap other
elements, such as cursors or the wrap-guide.
2015-07-27 20:29:02 +02:00
Antonio Scandurra
e374425d7a Render tiles upper in the stack in front of the ones below 2015-07-27 20:16:36 +02:00
Nathan Sobo
2d25301ea0 Destroy folds when DisplayBuffer is destroyed
Fixes #4562
2015-07-27 12:04:46 -06:00
Ben Ogle
29a1fbc45f Merge pull request #7377 from atom/mq-about
Add cross-platform "About Atom" view
2015-07-27 10:42:48 -07:00
Nathan Sobo
486fb6a25a :arrow-up: atom-keymap 2015-07-27 11:20:20 -06:00
Max Brunsfeld
886c51aed1 Fix flaky project spec caused by async service hub 2015-07-27 10:16:11 -07:00
Max Brunsfeld
48e37730e5 Fix use of deprecated atom-keymap method 2015-07-27 09:59:14 -07:00
Max Brunsfeld
6218813615 ⬆️ text-buffer 2015-07-27 09:52:33 -07:00
Max Brunsfeld
3ae7721fcb Merge pull request #8092 from MaximSokolov/add-missing-argument
📝 Add missing argument
2015-07-27 09:27:56 -07:00
Ash Wilson
83e807bc9c 📝 Update docs for TextEditor.decorateMarker 2015-07-27 11:38:01 -04:00
Ash Wilson
fa5a1d3361 Respect the class overlay decoration property. 2015-07-27 11:38:01 -04:00
Ash Wilson
0b1a303d5b Spec for overlay element class. 2015-07-27 10:52:45 -04:00
Maxim Sokolov
e725020037 📝 Add missing argument 2015-07-27 16:04:33 +03:00
Wliu
3aaeced7b1 Merge pull request #8082 from atom/wl-bump-javascript
Update language-javascript to 0.84.0
2015-07-25 19:21:42 -04:00
Wliu
e34fbe6556 ⬆️ language-javascript@0.84.0 2015-07-25 18:36:34 -04:00
Thomas Johansen
9efab86215 Merge pull request #8053 from oggy/will-destroy-pane
Fire event before a pane is destroyed.
2015-07-25 16:34:33 +02:00
Ben Ogle
1b6cab0156 Remove line that calls non-existant function 2015-07-24 17:45:59 -07:00
Machisté N. Quintana
48432cac94 ⬆️ about@1.0.1 2015-07-24 19:54:15 -04:00
Machiste Quintana
0a6dec19d5 Add menu entries for Windows and Linux 2015-07-24 19:52:45 -04:00
Machiste Quintana
5e5139b753 Use about for About Atom 2015-07-24 19:52:45 -04:00
Max Brunsfeld
247f23d916 ⬆️ atom-keymap 2015-07-24 11:18:22 -07:00
Max Brunsfeld
d2a02eb255 Merge pull request #8061 from atom/wl-bump-languages
Update language-javascript, python, and go
2015-07-24 09:13:20 -07:00