Commit Graph

712 Commits

Author SHA1 Message Date
Justin Palmer
9a2bd6e374 swap to mousedown, see if this fixes the tests 2013-02-13 13:42:25 -08:00
Kevin Sawicki
38fa030f7e Only serialize edit sessions with a path 2013-02-13 13:20:54 -08:00
Kevin Sawicki
06f0988028 Simplify setting lastOpened serialized value
Iterate over the project's edit sessions instead of
the stored paths in the serialized state.
2013-02-13 13:20:53 -08:00
Kevin Sawicki
19b0edd851 Update expected spy in buffer cached paths spec 2013-02-13 13:03:28 -08:00
Kevin Sawicki
c9a0d4ad6c Exclude sessions with no path from list 2013-02-13 13:02:04 -08:00
Kevin Sawicki
291df864af Null out task when deactivated 2013-02-13 12:57:59 -08:00
Justin Palmer
f86e23e705 hookup expand-collapse 2013-02-13 12:52:01 -08:00
Kevin Sawicki
de86aefcf7 Remove duplicate nulling out of view 2013-02-13 12:51:30 -08:00
Kevin Sawicki
b09ee88603 Merge pull request #264 from defunkt/sort-buffers-by-most-recently-opened
Sort buffers by most recently opened
2013-02-13 12:51:01 -08:00
Justin Palmer
b5cccc0060 add a header view to the command panel preview list 2013-02-13 12:38:06 -08:00
Kevin Sawicki
c546c6641f Use activationEvents for package-generator 2013-02-13 12:33:20 -08:00
Kevin Sawicki
227871e66f Use relative require path 2013-02-13 12:31:20 -08:00
Kevin Sawicki
4ed2843fc2 Correct typo in keymap filename 2013-02-13 12:29:20 -08:00
Justin Palmer
539c000bcd add expand/collapse indicators 2013-02-13 11:19:08 -08:00
Justin Palmer
cc3982a08f basic expand/collapse working 2013-02-13 10:58:53 -08:00
Corey Johnson
fc29a0d347 Remove unneeded param defaults from activate methods 2013-02-13 10:51:19 -08:00
Corey Johnson
156df69227 Add content to template package 2013-02-13 10:42:22 -08:00
Corey Johnson
e1219b9fcf Create package-generator package 2013-02-13 10:42:22 -08:00
Corey Johnson
44476d4164 Handle deserilization in TreeView's initialize method 2013-02-13 10:42:11 -08:00
Justin Palmer
112e389306 wrap matches in their own list 2013-02-13 10:38:00 -08:00
Justin Palmer
d95ffe8021 toggleLoading for command panel 2013-02-12 23:55:54 -08:00
Chris Wanstrath
d1d5dc051f better name 2013-02-12 22:33:18 -08:00
Chris Wanstrath
2dc6dfc39f Serialize buffer last opened times in fuzzy-finder 2013-02-12 22:32:05 -08:00
Chris Wanstrath
8714983411 getEditSessions instead of registering a callback 2013-02-12 21:25:43 -08:00
Chris Wanstrath
065019af38 Better getPath() 2013-02-12 21:24:04 -08:00
Kevin Sawicki
67feebc64b Use skinny arrow for rootView.eachEditor callback 2013-02-12 20:59:20 -08:00
Kevin Sawicki
2268402b48 Use skinny arrow for WrapGuide.initialize() 2013-02-12 20:58:34 -08:00
Kevin Sawicki
e61d3bfb5b Use underlayer property on editor
Removes unneeded call to find
2013-02-12 20:55:53 -08:00
Kevin Sawicki
a2b50c9cf7 Remove unused require 2013-02-12 20:54:35 -08:00
Kevin Sawicki
d352b5ecc7 Set left as number without px suffix 2013-02-12 20:50:56 -08:00
Kevin Sawicki
c72c6aebbd Find underlayer in editor instead of pane 2013-02-12 20:47:58 -08:00
Chris Wanstrath
bb0a19fba3 Sort buffers by most recently opened 2013-02-12 20:46:48 -08:00
Kevin Sawicki
7d7af86c90 Add raw scope to entire `` `` block 2013-02-12 18:34:01 -08:00
Kevin Sawicki
963a67dc9e Add 'link' to expected scopes 2013-02-12 14:04:10 -08:00
Kevin Sawicki
f30f175c4e Remove unneeded id 2013-02-12 13:59:57 -08:00
Justin Palmer
658b243a16 Merge pull request #257 from github/gfm-styles
Simple styles for GFM
2013-02-12 13:59:01 -08:00
Kevin Sawicki
54c3cdb4cb Use input element to test focus after cancel 2013-02-12 13:55:28 -08:00
Kevin Sawicki
ae1be0ff2c Remove unneeded rootView variable 2013-02-12 13:34:51 -08:00
Kevin Sawicki
ad4398c4c5 Always return focus to the editor after a tab drop 2013-02-12 12:36:22 -08:00
Kevin Sawicki
85f404daf4 Find destination editor in single query 2013-02-12 12:25:53 -08:00
Justin Palmer
f7893f4e21 name the link match 2013-02-12 12:01:07 -08:00
Kevin Sawicki
1f4aedeb10 Rename isReadme to isReadmePath 2013-02-12 11:47:13 -08:00
Kevin Sawicki
9e39a382e8 DRY up checking if path is .cson or .json 2013-02-12 11:02:07 -08:00
Kevin Sawicki
4c4b57abc7 Support .json snippets 2013-02-12 09:50:13 -08:00
Kevin Sawicki
1ee1fa02ba Merge pull request #255 from github/rearrange-tabs
Drag and drop tabs
2013-02-12 08:38:52 -08:00
Kevin Sawicki
a8e068ade0 💄 2013-02-12 08:36:57 -08:00
Kevin Sawicki
728681a34e 💄 2013-02-12 08:24:32 -08:00
Kevin Sawicki
21e5f550c8 Assert editor receives focus after tab is dropped 2013-02-11 21:11:15 -08:00
Kevin Sawicki
c9fae85375 Rename moveEditSessionAtIndex to moveEditSessionToIndex 2013-02-11 20:29:48 -08:00
Kevin Sawicki
472b436b24 Add spec for dragging/dropping tabs across editors 2013-02-11 20:24:01 -08:00