Commit Graph

2718 Commits

Author SHA1 Message Date
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
908e731694 Remove unneeded requireStylesheet
Stylesheet is already required in super class
2012-12-18 09:03:08 -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
80b71582e0 Maintain cursor position when buffer is reloaded 2012-12-17 16:50:32 -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
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
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
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
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
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
Corey Johnson & Kevin Sawicki
77e4e41c7b Check all path segments for ignored names 2012-12-12 13:58:15 -08:00
Corey Johnson & Kevin Sawicki
9931441b9a Clear list when showing loading or error message 2012-12-12 13:32:53 -08:00
Nathan Sobo
2a901e78f9 Identify editor when subscribing to window resize 2012-12-12 13:28:29 -08:00
Corey Johnson & Kevin Sawicki
404f637101 Populate fuzzy-finder asynchronously 2012-12-12 12:26:39 -08:00
Kevin Sawicki
70796da309 Use parent path when building repository 2012-12-11 17:42:34 -08:00
Corey Johnson & Nathan Sobo
ab96129ef6 Cleanup TokenizedBuffer 2012-12-11 17:17:06 -08:00
Kevin Sawicki
d0a213b2b1 Move octicon values to content property 2012-12-11 17:13:25 -08:00
Kevin Sawicki
641f892493 Remove top and bottom padding from tab class 2012-12-11 16:57:46 -08:00
Kevin Sawicki
707996dcb1 Move branch icon value to content attribute 2012-12-11 16:57:45 -08:00
Kevin Sawicki
bb7b3b8a6d Add close icon to tabs 2012-12-11 16:57:45 -08:00
Corey Johnson & Nathan Sobo
4e9dc5fe71 Merge branch 'master' of https://github.com/github/atom 2012-12-11 16:51:35 -08:00
Corey Johnson & Nathan Sobo
dc60017c02 Async-tokenize remaining buffer changes that exceed chunk size 2012-12-11 16:51:05 -08:00