Commit Graph

27921 Commits

Author SHA1 Message Date
Antonio Scandurra
0fdc190989 Use isQuitting: false when saving state on key/mouse down 2016-03-04 17:08:32 +01:00
Antonio Scandurra
311cde36c9 Call saveState(isQuitting: true) on beforeUnload 2016-03-04 17:06:53 +01:00
Antonio Scandurra
011fe380e9 Pass markerLayer: false to buffer.serialize when not quitting 2016-03-04 16:57:02 +01:00
Antonio Scandurra
7176da7614 Use structured cloning 2016-03-04 15:17:10 +01:00
Antonio Scandurra
3b135c5b7f ⬆️ autocomplete-plus 2016-03-01 09:44:05 +01:00
Lee Dohm
668ec1901a Merge pull request #11008 from jonjitsu/master
📝 Add documentation for order key in config.
2016-02-29 23:59:33 -08:00
Nathan Sobo
e70a92be50 Merge pull request #11011 from atom/autoscroll-after-consolidating-selections
Autoscroll after consolidating selections
2016-02-29 21:32:43 -06:00
Nathan Sobo
a787eb9674 Merge PR #4898 2016-02-29 19:52:42 -07:00
Koki Takahashi
a59ee5dec8 Remove trailing semicolon 2016-02-29 19:51:58 -07:00
Koki Takahashi
6d00d5e979 Revert focus on language-mode-spec.coffee 2016-02-29 19:51:57 -07:00
Koki Takahashi
fdac1e4663 🐛 Treat empty comment line as comment and add tests (Fix #4140) 2016-02-29 19:51:57 -07:00
Nathan Sobo
4e409ef44a ⬆️ image-view 2016-02-29 19:43:59 -07:00
Nathan Sobo
7f744681c3 Simplify consolidateSelections spec to test autoscroll with events 2016-02-29 18:51:36 -07:00
Nathan Sobo
a55ad00ac1 Fix option pass-through in Selection:: and Cursor::autoscroll 2016-02-29 18:51:12 -07:00
Nathan Sobo
04d2474594 Merge PR #9642 (Autoscroll after consolidating selections) 2016-02-29 18:38:33 -07:00
Nathan Sobo
d7174d923e Merge pull request #11010 from atom/ns-fix-package-repository-url-normalization
Always strip git+ prefix and .git suffix from package repository URLs
2016-02-29 19:13:44 -06:00
Nathan Sobo
7600c4bdf4 Avoid wrapper closure by passing callback to forEach directly
/cc @wvanlint
2016-02-29 17:39:11 -07:00
Nathan Sobo
b95fd26cce Adjust TextEditorRegistry docs
/cc @wvanlint
2016-02-29 17:38:47 -07:00
Nathan Sobo
c65c8827ac Merge pull request #10851 from wvanlint/observe_editors
Registry for TextEditors
2016-02-29 18:34:03 -06:00
Nathan Sobo
6292484c97 Always strip git+ prefix and .git suffix from package repository URLs
Previously, a guard based on the presence of the _id field (which is
inserted by npm during installation) prevented a regex replacement of
the git+ prefix on URLs. Now we always do this. Since the .git suffix
also causes problems and we’re removing that in packages, I now remove
that as well.
2016-02-29 17:30:03 -07:00
Michelle Tilley
94b614ff2b Merge pull request #11006 from atom/mkt-move-pane-pending-specs-from-tabs-into-core
Move spec from tabs package
2016-02-29 16:26:29 -08:00
Katrina Uychaco
9851615078 ⬆️ find-and-replace
Signed-off-by: Michelle Tilley <binarymuse@github.com>
2016-02-29 16:24:22 -08:00
Michelle Tilley
8959e414a6 ⬆️ tabs
Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-29 15:54:47 -08:00
Max Brunsfeld
1d72fc8a45 Merge pull request #10972 from atom/mb-new-branching-model
Update build scripts to use the new railcar branching model
2016-02-29 14:40:01 -08:00
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
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
Ben Ogle
b589e28580 Merge pull request #10737 from natalieogle/mostRecentlyViewed
Add MRU tab switching functionality
2016-02-28 12:32:52 -08: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