Commit Graph

36 Commits

Author SHA1 Message Date
Jon Rohan
4b1a573c5a combining declarations 2013-01-21 18:45:19 -08:00
Jon Rohan
260cacdacf autocomplete.css refactor 2013-01-21 18:44:18 -08:00
Jon Rohan
42808ac9ae remove the html color, and /themes doesn't exist anymore 2013-01-21 18:38:00 -08:00
Jon Rohan
c0c79b2d7f os files not needed in theme 2013-01-21 18:23:35 -08:00
Jon Rohan
7b27e3369a some grammar-view back 2013-01-21 17:36:44 -08:00
Jon Rohan
ea068c5cd7 adding back some tree-view 2013-01-21 17:33:27 -08:00
Jon Rohan
d11317c9b3 some style updates to the resizer 2013-01-21 17:22:45 -08:00
Jon Rohan
15a3a9548f some slight style updates to the select-list 2013-01-21 17:12:27 -08:00
Jon Rohan
324589019d refactoring select-list.css into 2 files 2013-01-21 17:01:46 -08:00
Jon Rohan
61714dd6ae refactor some of editor.css out of the theme and into /static/ 2013-01-21 16:55:43 -08:00
Jon Rohan
2001f0b7f1 separating the atom.css file 2013-01-21 15:04:38 -08:00
Jon Rohan
e80a54f207 Merge branch 'dev' into css-theme-refactor 2013-01-21 14:59:56 -08:00
Jon Rohan
ccd2fec131 The start of a Light theme 2013-01-18 10:04:08 -08:00
Jon Rohan
002515b671 Moving these default textmate themes to the .atom directory 2013-01-18 10:03:57 -08:00
Jon Rohan
20e5b303a7 refactoring all the stylesheets into /Atom - Dark/
Conflicts:
	.atom/themes/Atom - Dark/vim-mode.css
2013-01-17 22:11:45 -08:00
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