Commit Graph

29055 Commits

Author SHA1 Message Date
Willem Van Lint
26cf7f081f Registry for editors 2016-02-29 17:30:04 -05:00
Lee Dohm
9a938064cb ⬆️ tabs@0.91.0 2016-02-29 14:09:01 -08:00
joshaber
707bdf3f39 Merge branch 'master' into atom-textarea 2016-02-29 16:41:01 -05:00
joshaber
c99260bce7 Disable EOL diffs for diff stats too. 2016-02-29 15:04:36 -05:00
Jonathan Willis
c849216084 Config: Added documentation for order key in config. 2016-02-29 14:49:19 -05:00
Ben Ogle
920d348014 Only move legit items to the top of the stack
Fixes #11002 cc @natalieogle
2016-02-29 11:32:28 -08:00
Michelle Tilley
4769e601bf Move spec from tabs package
See https://github.com/atom/tabs/pull/274#issuecomment-190064071

Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-29 11:27:38 -08:00
Michelle Tilley
db507a36cb Merge pull request #11001 from atom/mkt-change-did-terminate-pending-state-to-item-did-terminate
onDidTerminatePendingState ➡︎ onItemDidTerminatePendingState
2016-02-29 10:30:49 -08:00
Michelle Tilley
d39418ad7c Add specs for Pane::setPendingItem and ::onItemDidTerminatePendingState
Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-28 18:52:09 -08:00
Michelle Tilley
92dea0379a ⬆️ tree-view
Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-28 18:32:19 -08:00
Michelle Tilley
2dad38a782 onDidTerminatePendingState ➡️ onItemDidTerminatePendingState
Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-28 17:57:59 -08:00
Damien Guard
92bbbf0645 Windows command line does not allow ELSE on separate line, fixes #10934 2016-02-28 15:05:16 -08:00
Wliu
9b1b9df2f4 ⬆️ language-javascript@0.111.0 2016-02-28 17:31:46 -05:00
Ben Ogle
b589e28580 Merge pull request #10737 from natalieogle/mostRecentlyViewed
Add MRU tab switching functionality
2016-02-28 12:32:52 -08:00
Johnston Jiaa
5dfd0c9102 Show tooltip immediately if the tooltip trigger is manual 2016-02-28 12:12:13 -05:00
natalieogle
420a8d8692 Add activatePreviousRecentlyUsedItem to pane model and add specs. 2016-02-27 20:45:02 -08:00
natalieogle
f7de9052d6 Update specs for itemStack. 2016-02-27 20:45:02 -08:00
natalieogle
bc28a91e02 🎨 Change the structure of a few pieces relating to serialization. 2016-02-27 20:45:02 -08:00
natalieogle
553b3f3300 Change name of function that moves the active item to the top of the item stack. 2016-02-27 20:45:02 -08:00
natalieogle
48ef672524 Remove redundant items.length check. 2016-02-27 20:45:02 -08:00
natalieogle
9610703874 Add check to only build itemStack if there are items. 2016-02-27 20:45:02 -08:00
natalieogle
463dc6955a Update spec for MRU tab functionality with correct function name. 2016-02-27 20:45:01 -08:00
natalieogle
69a6b9e5c5 Add keymap for 'ctrl-tab ^ctrl' in order to move item to top of stack when lifting ctrl. 2016-02-27 20:45:01 -08:00
natalieogle
3641cc0296 Remove redundant MRU function. 2016-02-27 20:45:01 -08:00
natalieogle
fe52ce6011 Modify serialize functions and add function to move through the item stack in order of most recently used. 2016-02-27 20:45:01 -08:00
natalieogle
6466cb489e Add serialize and deserialize functionality to the itemStack. 2016-02-27 20:45:01 -08:00
natalieogle
7a6c8f53a4 Add activateMostRecentlyUsedItem to pane model. 2016-02-27 20:45:00 -08:00
Ian Olsen
a7e43fef7a Merge pull request #10984 from atom/io-circle-ci
[WIP] experiment with circle ci
2016-02-26 14:42:49 -08:00
Michelle Tilley
b9d40be902 Merge pull request #10959 from atom/ku-move-pending-state-from-item-to-pane
(WIP) Refactor pending state to live in pane instead of items
2016-02-26 14:19:23 -08:00
Ian Olsen
715686fd4e build only my experimental branch on circle 2016-02-26 14:11:45 -08:00
Michelle Tilley
ff0942dc1f ⬆️ bracket-matcher 2016-02-26 07:40:39 -08:00
Michelle Tilley
84a2ef69af Fix Workspace#open pending specs 2016-02-26 07:23:51 -08:00
Damien Guard
f03b036872 Merge pull request #10326 from atom/dr-windows-installer-path-read
Fix Windows installer path update woes
2016-02-26 07:18:33 -08:00
Josh Abernathy
c8dd8b280d Merge pull request #10975 from atom/update-nodegit
Update nodegit
2016-02-26 09:45:12 -05:00
Katrina Uychaco
7643fa04ed Small 🐎 when editing a TextEditor that is no longer pending 2016-02-25 17:32:17 -08:00
Katrina Uychaco
8fff6b2dd0 isItemPending(item) ➡️ getPendingItem() 2016-02-25 17:27:39 -08:00
Katrina Uychaco
6add9ce9e4 isItemPending(item) ➡️ getPendingItem() 2016-02-25 17:25:39 -08:00
Katrina Uychaco
3848da4488 💄 and 📝 for pending API 2016-02-25 17:21:01 -08:00
Katrina Uychaco
1c65d0e5e4 Changed Pane and TextEditor specs to match new pending behavior 2016-02-25 16:48:16 -08:00
Katrina Uychaco
b637366a58 Workspace#setItemNotPending ➡️ Item#onDidTerminatePendingState
Signed-off-by: Michelle Tilley <binarymuse@github.com>
2016-02-25 16:09:40 -08:00
joshaber
dfd3e1b948 Take autoHeight as an argument. 2016-02-25 17:11:04 -05:00
joshaber
ff0b9e30a9 Add ignoreScrollPastEnd 2016-02-25 16:59:58 -05:00
joshaber
1b6325494d Merge branch 'master' into atom-textarea 2016-02-25 16:05:59 -05:00
joshaber
dd83619c45 Add autoHeight setting. 2016-02-25 16:05:57 -05:00
joshaber
dd780a7c5a Revert "Use the computed style to find the height"
This reverts commit 822cd78055.
2016-02-25 15:41:55 -05:00
joshaber
1aa0cec411 ⬆️ nodegit@0.11.5 2016-02-25 15:24:22 -05:00
joshaber
2af53231f1 Less lint. 2016-02-25 15:21:56 -05:00
joshaber
822cd78055 Use the computed style to find the height 2016-02-25 15:18:29 -05:00
joshaber
f3ce468a70 Support specifying whether to ignore invisibles and the grammar. 2016-02-25 15:01:40 -05:00
joshaber
55e1496b96 Call the prototype method directly.
h/t @maxbrunsfeld
2016-02-25 14:49:07 -05:00