Nathan Sobo
2086c2b353
Fix point snippet prefix
2013-01-10 17:29:41 -07:00
Nathan Sobo
314e3da8bc
WIP: Destroy nested tab stops when engulfed by a buffer change
...
Has 2 failing specs...
There are still some issue with this code's interaction with the undo
system. The tab stops will need to be or destroyed when certain
changes are undone or redone.
2013-01-07 21:53:08 -07:00
Corey Johnson & Nathan Sobo
f008ff52e8
Load snippets from any atom package with a snippets directory
2013-01-07 14:28:47 -07:00
Corey Johnson & Nathan Sobo
361bf83345
Load snippets from CSON/JSON. Use syntax properties for scoping.
...
This commit eliminates the custom `snippets` format and instead just
uses CSON/JSON.
2013-01-07 14:28:47 -07:00
Corey Johnson
e5e5c497e1
Load themes from ~/.atom/themes
2012-12-26 17:41:48 -08:00
Corey Johnson
f0d97a436b
Move ~/.atom/bundles to ~/.atom/packages on rake install
2012-12-20 16:46:37 -08:00
Corey Johnson
1c516937e9
Update default atom.coffee file. Remove default-config.coffee
2012-12-19 17:10:34 -08:00
Corey Johnson & Nathan Sobo
a65a81fc53
Remove requireExtension calls from .atom/defaultConfig.coffee
2012-12-17 16:53:44 -08:00
Nathan Sobo
98ef054438
💄
2012-11-29 12:01:16 -07:00
Nathan Sobo
2d97367d9d
Add 'tabs' extension to default config
2012-11-20 16:41:02 -07:00
Nathan Sobo
d89979fc61
Merge pull request #86 from github/outline-view
...
Jump to method declaration
2012-10-25 17:54:27 -07:00
Corey Johnson
5887d6711d
Remove keybindings-view from default config
2012-10-25 14:10:33 -07:00
Kevin Sawicki
ad0bbbc72d
Add initial outline view
2012-10-23 21:29:10 -07:00
Nathan Sobo
41679e40af
Load event-palette extension in defaultConfig
2012-10-19 14:12:43 -06:00
Kevin Sawicki
8cb84f71eb
Add wrap guide and markdown preview to default config
2012-10-02 10:43:49 -07:00
Corey Johnson
d9f1303523
add .atom/bundles directory
2012-09-27 12:15:45 -07:00
Corey Johnson
92a451e8cf
rake install makes ~/.atom more useable
...
~/.atom/atom.coffee is editable by the user, all other files in ATOM_SRC/.atom are symlinked
into ~/.atom.
2012-09-21 16:13:18 -07:00
Corey Johnson & Nathan Sobo
27d2d14414
Carry CEF1 directories over to CEF3
2012-08-31 10:43:21 -07:00
Nathan Sobo
c2c8724ad0
Initial commit
2012-08-10 13:32:19 -06:00
Nathan Sobo
454557b502
Merge branch 'master' into global-find
...
Conflicts:
spec/extensions/command-panel-spec.coffee
src/app/buffer.coffee
src/extensions/command-panel/command-panel.coffee
src/extensions/command-panel/keymap.coffee
2012-07-24 17:59:49 -06:00
Corey Johnson & Nathan Sobo
5554d15bdb
Add sample .atom directory to project root
2012-07-06 12:14:57 -06:00