Commit Graph

4265 Commits

Author SHA1 Message Date
Kevin Sawicki
2256962129 Support grammar fileTypes that contains more than extensions
The Git bundle registers fileTypes with multiple path segments
such as '.git/config'
2012-12-18 17:48:24 -08:00
Kevin Sawicki
28d28a5206 Install Git bundle by default 2012-12-18 17:30:51 -08:00
Kevin Sawicki
2c4ba3d3b1 Ignore preferences with no scope 2012-12-18 16:44:20 -08:00
Kevin Sawicki
127174ebd0 Support uncommenting lines with leading whitespace 2012-12-18 15:52:23 -08:00
Kevin Sawicki
1b8e816d95 Support bundles that have a TM_COMMENT_END variable
The value of TM_COMMENT_END is now considered if present
in the bundle's preferences when commenting and uncommenting
selected lines
2012-12-18 15:52:23 -08:00
Corey Johnson
8e4142aa8e Give EditSessions a chance to render before displaying alerts 2012-12-18 14:11:54 -08:00
Kevin Sawicki
175a74d2ec Support preferences registered via a comma-separated scope list 2012-12-18 10:54:26 -08:00
Kevin Sawicki
64d1e9799e 💄 2012-12-18 10:34:45 -08:00
Kevin Sawicki
908e731694 Remove unneeded requireStylesheet
Stylesheet is already required in super class
2012-12-18 09:03:08 -08:00
Kevin Sawicki
fba971fd33 Remove selected style now handled by select-list 2012-12-18 09:02:35 -08:00
Kevin Sawicki
586b149e81 Remove unused require 2012-12-18 08:59:51 -08:00
Kevin Sawicki
9823f5ba85 Add spec for busting the cache on window focus 2012-12-18 08:49:58 -08:00
Coby Chapple
dd8aff6e69 make cursor change to pointer when hovering over close tab icon 2012-12-18 15:46:38 +00:00
Kevin Sawicki
d7882711e4 Clear project paths when window gains focus 2012-12-17 22:43:40 -08:00
Kevin Sawicki
8afe4dbaef Add extension to keep or add a single trailing newline 2012-12-17 18:31:29 -08:00
Kevin Sawicki
07a5672e20 Use command() instead of on() for document events
Allows commands such as 'open-user-configuration' to
appear and be invoked from the event palette
2012-12-17 17:59:37 -08:00
Kevin Sawicki
a53537df20 Darken tab close icon color 2012-12-17 17:27:18 -08:00
Kevin Sawicki
ee0dbe4e66 Set tab font-size to 90% 2012-12-17 17:08:05 -08:00
Kevin Sawicki
9b396d1f21 💄 2012-12-17 16:58:16 -08:00
Kevin Sawicki
80b71582e0 Maintain cursor position when buffer is reloaded 2012-12-17 16:50:32 -08:00
Kevin Sawicki
d479b03056 Standardize select list li hover color 2012-12-17 15:02:16 -08:00
Kevin Sawicki
e690f00994 Don't bubble up up/down events triggered on preview list 2012-12-17 14:08:46 -08:00
Kevin Sawicki
8216e4f214 Generate tags in cef directory 2012-12-17 13:07:23 -08:00
Kevin Sawicki
9e4325d8b2 Trim struct: prefix in display output 2012-12-17 11:25:55 -08:00
Kevin Sawicki
9ea2f56f6e Only expect prefix when there are 5 or more segments 2012-12-17 11:25:03 -08:00
Kevin Sawicki
39db08ed57 Support opening project outline view without open editor 2012-12-17 11:09:34 -08:00
Kevin Sawicki
b1e49f6dd5 Don't reuse buffer paths as project paths 2012-12-17 10:55:54 -08:00
Kevin Sawicki
5e1fd35ac0 Update event name in outline-view keymap 2012-12-17 10:37:01 -08:00
Kevin Sawicki
1d6c1fa605 Don't generate tags for spec files 2012-12-17 10:35:38 -08:00
Kevin Sawicki
39408ec28d Add project outline view with all tags
Opened via meta-J and limited to a maximum
of 10 tags similar to fuzzy-finder.
2012-12-17 10:19:59 -08:00
Kevin Sawicki
0bb1442652 Clear loading message when setting error 2012-12-14 10:17:26 -08:00
Kevin Sawicki
9c5214edec Remove/ignore tags file and add rake task to generate 2012-12-14 09:14:22 -08:00
Kevin Sawicki
74faacf229 Trim tag pattern 2012-12-13 17:20:37 -08:00
Kevin Sawicki
0f4d8bf51c Use meta-. to jump to declaration 2012-12-13 17:14:50 -08:00
Kevin Sawicki
d8461641b9 Display matches when more than one tag is found 2012-12-13 17:12:42 -08:00
Kevin Sawicki
bf32d189f3 Add tags file for src and native directories 2012-12-13 15:29:22 -08:00
Kevin Sawicki
5f400303ac Add ref counting to Git class 2012-12-13 15:23:55 -08:00
Kevin Sawicki
1686c97244 Add initial support for jump to declaration 2012-12-13 15:22:23 -08:00
Kevin Sawicki
7a7bdd7f8e Move to first character of line that symbol is on 2012-12-13 10:35:50 -08:00
Kevin Sawicki
82dd3ddf73 Remove extra it 2012-12-13 10:11:37 -08:00
Kevin Sawicki
d5c6acd2ce 💄 2012-12-13 09:58:06 -08:00
Kevin Sawicki
bcb92cf4e7 Show loading message when generating symbols 2012-12-13 09:50:30 -08:00
Kevin Sawicki
0625a92713 Unsubscribe from root view when editor is being removed 2012-12-12 17:38:42 -08:00
Corey Johnson & Kevin Sawicki
a6a05b6ff4 Remove directories from fuzzy-finder 2012-12-12 17:25:45 -08:00
Corey Johnson & Kevin Sawicki
6f6dfe78a9 Clear timeout when select-list is cancelled 2012-12-12 17:21:08 -08:00
Corey Johnson & Kevin Sawicki
f8dd51cab6 Increase input throttle to 200ms 2012-12-12 15:48:59 -08:00
Corey Johnson & Kevin Sawicki
e15306d8cc Clear array when window receives focus 2012-12-12 15:46:21 -08:00
Corey Johnson & Kevin Sawicki
0c68295ec6 Empty fuzzy-finder list on cancel 2012-12-12 15:40:36 -08:00
Corey Johnson & Kevin Sawicki
81eed5e410 Cache project paths in fuzzy-finder 2012-12-12 15:06:14 -08:00
Corey Johnson & Kevin Sawicki
0b239c8f37 Debounce filter input on select lists 2012-12-12 14:52:31 -08:00