Commit Graph

5703 Commits

Author SHA1 Message Date
Justin Palmer
d95ffe8021 toggleLoading for command panel 2013-02-12 23:55:54 -08:00
Justin Palmer
c0f45b2414 add self-contained animated svg spinner 2013-02-12 23:55:36 -08:00
Justin Palmer
f19e536b25 style code 2013-02-12 14:32:45 -08:00
Justin Palmer
64b187a7e3 style markdown quote 2013-02-12 14:25:29 -08:00
Justin Palmer
12b340f072 🔪 markup 🔫 2013-02-12 14:13:58 -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
Justin Palmer
b5ddbe9043 tweak colors, make link label different shade than link 2013-02-12 13:31:16 -08:00
Kevin Sawicki
5f84ec711b Add class to hard tabs and leading/trailing spaces
This allows whitespace to be still be styled when invisibles
are disabled.
2013-02-12 13:25:22 -08:00
Kevin Sawicki
9af54de0f6 Add type of invisible as second class in span
This allows hard tabs, leading whitespace, and
trailing whitespace to be styled independently.
2013-02-12 13:02:34 -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
609342af16 light markdown 2013-02-12 12:08:48 -08:00
Justin Palmer
be94f14d61 dark markdown 2013-02-12 12:08:38 -08:00
Justin Palmer
5acf544fce remove colors from main stylesheet
They won't work for light and dark styles
2013-02-12 12:08:30 -08:00
Justin Palmer
f7893f4e21 name the link match 2013-02-12 12:01:07 -08:00
Justin Palmer
cc9707bd35 add markdown.css 2013-02-12 12:00:54 -08:00
Kevin Sawicki
1f4aedeb10 Rename isReadme to isReadmePath 2013-02-12 11:47:13 -08:00
Kevin Sawicki
0b2e2dad71 Merge pull request #135 from github/undo-tab-close
Restore last closed tab
2013-02-12 11:22:46 -08:00
Kevin Sawicki
d234c8fdce Don't track closed sessions with no path 2013-02-12 11:20:21 -08:00
Kevin Sawicki
eceabf0e31 Add spec for clearing opened session from undo stack 2013-02-12 11:17:43 -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
5944c351ec Suppport .json grammars 2013-02-12 09:48:25 -08:00
Kevin Sawicki
5ecbda0aac Restore closed tab at previous index 2013-02-12 09:41:32 -08:00
Jon Rohan
83fc0fb0e0 Making the light theme close icons a tiny tiny less bold. 2013-02-12 09:28:51 -08:00
Kevin Sawicki
fb9451556d Bind to body instead of #root-view 2013-02-12 09:00:07 -08:00
Jon Rohan
c43a1e5ce5 Undo last closed tab 2013-02-12 08:56:39 -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
Justin Palmer
7e83a138cf Revert "Use octicon for drop target indicator"
This reverts commit ad9114c95e.
2013-02-12 08:34:46 -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
9057f044bf Add specs for Editor.moveEditSessionToEditor 2013-02-11 21:01:21 -08:00
Kevin Sawicki
9eae796be3 Add move edit session specs 2013-02-11 20:54:04 -08:00
Kevin Sawicki
ad9114c95e Use octicon for drop target indicator 2013-02-11 20:35:41 -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
Corey Johnson
06e96cc346 Fold failed specs on click 2013-02-11 20:23:42 -08:00
Corey Johnson
6515d09a06 Tweak jasmine spec css 2013-02-11 20:14:52 -08:00
Kevin Sawicki
867e8d5678 Add spec for dragging/dropping tab in the same editor 2013-02-11 20:03:28 -08:00
Kevin Sawicki
8b61c0d8f7 Rearrange tabs when the edit session order changes 2013-02-11 19:40:33 -08:00
Kevin Sawicki
a104e67acd Support moving an edit session's editor index 2013-02-11 18:36:50 -08:00
Corey Johnson
98cd5b46d1 Spec runner cleanup 2013-02-11 18:00:56 -08:00
Kevin Sawicki
5abf17e93b Compare edit sessions instead of tab paths 2013-02-11 17:11:14 -08:00
Justin Palmer
0acd532428 Add transferEditSessionAtIndex to Editor 2013-02-11 17:02:34 -08:00
Justin Palmer
4502ec04d3 only check for duplicates when dragging to a different panel 2013-02-11 16:49:34 -08:00