Commit Graph

6159 Commits

Author SHA1 Message Date
Kevin Sawicki
227871e66f Use relative require path 2013-02-13 12:31:20 -08:00
Kevin Sawicki
4ed2843fc2 Correct typo in keymap filename 2013-02-13 12:29:20 -08:00
Justin Palmer
539c000bcd add expand/collapse indicators 2013-02-13 11:19:08 -08:00
Justin Palmer
cc3982a08f basic expand/collapse working 2013-02-13 10:58:53 -08:00
Corey Johnson
fc29a0d347 Remove unneeded param defaults from activate methods 2013-02-13 10:51:19 -08:00
Corey Johnson
7ade089d04 If an atom package has no state, activate it with an empty object 2013-02-13 10:42:22 -08:00
Corey Johnson
156df69227 Add content to template package 2013-02-13 10:42:22 -08:00
Corey Johnson
52d4723711 Add underscore, camelize and dasherize to underscore 2013-02-13 10:42:22 -08:00
Corey Johnson
7ff0450379 Don't recurse into packageDirPaths to look for packagePaths 2013-02-13 10:42:22 -08:00
Corey Johnson
e1219b9fcf Create package-generator package 2013-02-13 10:42:22 -08:00
Corey Johnson
d049f47844 expose config.userPackagesDirPath 2013-02-13 10:42:22 -08:00
Corey Johnson
44476d4164 Handle deserilization in TreeView's initialize method 2013-02-13 10:42:11 -08:00
Justin Palmer
112e389306 wrap matches in their own list 2013-02-13 10:38:00 -08:00
Nathan Sobo
461051f756 Simplify select list keymap selector
I used it as an example in the docs, so I wanted it to be simple. I
tried this version and it still worked.
2013-02-13 11:34:45 -07:00
Nathan Sobo
167ff9aa79 Add keymaps documentation. 2013-02-13 11:34:45 -07:00
Justin Palmer
f536d21ca6 cleanup look of command panel results 2013-02-13 10:23:57 -08:00
Justin Palmer
bdf3f480cb bump position of preview count 2013-02-13 10:13:27 -08:00
Justin Palmer
ee64cd17d3 better spacing for preview list 2013-02-13 10:12:25 -08:00
Jon Rohan
bf62368d59 Merge pull request #270 from github/markdown-movearound
Moving markdown styles to syntax styles.
2013-02-13 09:06:58 -08:00
Jon Rohan
e5854da765 Moving markdown styles to syntax styles. 2013-02-13 08:52:26 -08:00
Justin Palmer
21eb956839 kill prompt icon for now 2013-02-13 00:04:10 -08:00
Justin Palmer
bca46fdf6c special loading styles for command panel 2013-02-12 23:56:09 -08:00
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
Chris Wanstrath
d1d5dc051f better name 2013-02-12 22:33:18 -08:00
Chris Wanstrath
2dc6dfc39f Serialize buffer last opened times in fuzzy-finder 2013-02-12 22:32:05 -08:00
Nathan Sobo
62307a6b36 Fix link rendering in markdown (don't break [...] across lines) 2013-02-12 22:26:21 -07:00
Chris Wanstrath
8714983411 getEditSessions instead of registering a callback 2013-02-12 21:25:43 -08:00
Chris Wanstrath
065019af38 Better getPath() 2013-02-12 21:24:04 -08:00
Nathan Sobo
c7f34bed9e Update docs manifest 2013-02-12 22:13:59 -07:00
Nathan Sobo
8bf71238c1 Cleanup themes documentation 2013-02-12 22:12:08 -07:00
Nathan Sobo
83794c67c2 Break config and themes documentation into two separate files 2013-02-12 22:12:08 -07:00
Kevin Sawicki
67feebc64b Use skinny arrow for rootView.eachEditor callback 2013-02-12 20:59:20 -08:00
Kevin Sawicki
2268402b48 Use skinny arrow for WrapGuide.initialize() 2013-02-12 20:58:34 -08:00
Kevin Sawicki
e61d3bfb5b Use underlayer property on editor
Removes unneeded call to find
2013-02-12 20:55:53 -08:00
Kevin Sawicki
a2b50c9cf7 Remove unused require 2013-02-12 20:54:35 -08:00
Nathan Sobo
da3c020353 Rework config docs. Add a config key glossary. 2013-02-12 21:51:35 -07:00
Kevin Sawicki
d352b5ecc7 Set left as number without px suffix 2013-02-12 20:50:56 -08:00
Kevin Sawicki
c72c6aebbd Find underlayer in editor instead of pane 2013-02-12 20:47:58 -08:00
Chris Wanstrath
bb0a19fba3 Sort buffers by most recently opened 2013-02-12 20:46:48 -08:00
Kevin Sawicki
449e4f5ac7 Load user keymaps after packages
This allows user keymaps to override the default
bindings provided by packages.

Refs #261
2013-02-12 20:38:05 -08:00
Kevin Sawicki
8395b47c4e 💄 2013-02-12 19:08:30 -08:00
Kevin Sawicki
7d7af86c90 Add raw scope to entire `` `` block 2013-02-12 18:34:01 -08:00
Kevin Sawicki & Nathan Sobo
b2a9208acf Tab no longer transfers focus
The tab keystroke is now suppressed in keymap
if no bindings are triggered.

Closes #258
2013-02-12 17:29:14 -08:00
Nathan Sobo
e7fb13037a 💄 2013-02-12 17:09:06 -07:00
Nathan Sobo
3ab354d426 Recycle existing lines when calculating pixel positions 2013-02-12 17:09:06 -07:00
Nathan Sobo
65bf13e211 Remove unneeded 'resize' event trigger. It's triggered by the helper. 2013-02-12 17:09:05 -07:00
Nathan Sobo
3625a55f68 Update markers before triggering 'changed' events
This prevents the editor from synchronously redrawing in specs with
cursors in invalid locations. Markers are always updated under the
hood before a change event is emitted from the Buffer or DisplayBuffer.
We still wait to trigger marker observers, but if their position gets
read, it is up to date.
2013-02-12 17:09:05 -07:00
Nathan Sobo
2d2b4ea754 Redraw on reattached only if detached editor was previously attached 2013-02-12 17:09:05 -07:00
Nathan Sobo
498c11a080 Don't translate screen to pixel positions if Editor isn't on the DOM 2013-02-12 17:07:14 -07:00