Commit Graph

5395 Commits

Author SHA1 Message Date
Justin Palmer
8512bee6c9 merge dev, fix conflicts 2013-02-05 12:42:44 -08:00
Kevin Sawicki
8de45ccc21 Bind meta-D to duplicate line below
Refs #134
2013-02-05 12:16:50 -08:00
Kevin Sawicki
ad3c18077c Compare against EOF position when clipping
Previously the column could potentially be set to
zero since a Math.min comparison was used for the
length of an already adjusted row.
2013-02-05 12:08:17 -08:00
Justin Palmer & Nathan Sobo
65927ea0cf fix window blur and focus events 2013-02-05 12:03:56 -08:00
Justin Palmer
44df146034 remove console debug line 2013-02-05 11:00:01 -08:00
Justin Palmer
22770bd663 add onBlur and onFocus events for the window
This allows us to simulate those events and test for them easier
2013-02-05 10:53:35 -08:00
Kevin Sawicki
7ecafb1594 Don't include tag prefix and suffix
Just include the tag name in the symbols view
instead of the lengthy namespace prefix and signature
suffix.

Refs #134
2013-02-05 10:04:37 -08:00
Kevin Sawicki
1b2c7faed9 Bind ctrl-meta-f to toggle full screen
Refs #134
2013-02-05 09:36:38 -08:00
Kevin Sawicki
9011d62351 Use octicon for README files 2013-02-05 09:17:47 -08:00
Justin Palmer
6f34c94014 Merge pull request #232 from github/focus-invert
Focus invert
2013-02-05 09:13:32 -08:00
Kevin Sawicki
dbebb91908 Add back README to template packages directory 2013-02-05 09:08:41 -08:00
Jon Rohan
03055441a9 treeview blurred was missing some desaturation 2013-02-05 09:01:29 -08:00
Jon Rohan
8347b14ab3 the tabs needed some is-blurred action for the active tab 2013-02-05 08:59:21 -08:00
Justin Palmer
5af967ac4b update blurred styles for atom-light-ui 2013-02-05 08:46:54 -08:00
Kevin Sawicki
7a88e4bdb6 Add markdown link color 2013-02-05 08:41:54 -08:00
Justin Palmer
0bd6ce7ae1 more subtle look for blurred state in atom-dark-ui 2013-02-05 08:38:08 -08:00
Justin Palmer
55d282fdd4 valid json 2013-02-05 08:22:14 -08:00
Justin Palmer
dd7835faf4 merge dev, fix conflicts 2013-02-05 08:18:59 -08:00
Kevin Sawicki
3514048893 Exclude background window from expose
Previously you would see an untitled empty space
when showing application windows with ctrl-down.
2013-02-04 21:20:37 -08:00
Kevin Sawicki
651d305f76 Add package namespace to command registration 2013-02-04 20:56:25 -08:00
Kevin Sawicki
b0b38079e0 Migrate template config file to cson 2013-02-04 20:50:14 -08:00
Kevin Sawicki
39e39afa1b Bind ctrl-j to jump to matching bracket 2013-02-04 20:38:50 -08:00
Kevin Sawicki
b30fae7a68 Remove event handlers when editor is removed 2013-02-04 18:24:54 -08:00
Kevin Sawicki
0270ba3e1c Add bracket matcher that highlights pair
(), {}, and [] pairs are now highlighted when
after or before the cursor
2013-02-04 18:09:20 -08:00
Justin Palmer
eb8d6f9766 fix textmate editor specs 2013-02-04 17:07:27 -08:00
Justin Palmer
fa0d5b4ab2 add blurred css 2013-02-04 16:50:32 -08:00
Justin Palmer
022b5fb88c use is-focused for the editor because it needs it's own state independent of the window state 2013-02-04 16:42:46 -08:00
Justin Palmer
aa95590e6c kill is-focused on the dark tree-view 2013-02-04 16:20:40 -08:00
Justin Palmer
f8855ef2e3 the editor has it's own blurred state independent of the window 2013-02-04 16:20:07 -08:00
Justin Palmer
951f6128ca kill some is-focused tab styles 2013-02-04 16:06:52 -08:00
Justin Palmer
4350be62c6 💀 is-focused.
targeting blurred state instead so normal state styles don't need a
special prefix
2013-02-04 16:02:09 -08:00
Justin Palmer
53bf6f5341 tag blurred state instead of focused state 2013-02-04 15:55:14 -08:00
Jon Rohan
f2da6924aa light tabs have left:-5px;right:-5px; 2013-02-04 15:42:21 -08:00
Justin Palmer
7a2a02dacf Merge pull request #227 from github/cut-dat-fat
Reusable styles for common UI elements
2013-02-04 15:39:22 -08:00
Kevin Sawicki
bef965d863 Add line number padding to expected width 2013-02-04 15:35:40 -08:00
Justin Palmer
3e7b75e9aa set directory color when item is selected 2013-02-04 15:31:09 -08:00
Kevin Sawicki
278b8c3df1 Trigger move-up to reset top scroll to 0 2013-02-04 15:26:46 -08:00
Justin Palmer
db9c67e1e2 adjust select-list height to fit new outerHeight 2013-02-04 14:25:24 -08:00
Kevin Sawicki
e9747a8f9c Use outer height of item scrolling to item 2013-02-04 14:15:12 -08:00
Justin Palmer
e3fd6d87b5 💄 2013-02-04 14:07:42 -08:00
Justin Palmer
1b722e8293 😡 more select list tweaks. It's still about 8px off when scrolling 2013-02-04 13:58:44 -08:00
Justin Palmer
6b9c94d0e8 💄 2013-02-04 13:45:45 -08:00
Justin Palmer
9eb3a20867 consistent mini editor spacing in overlays 2013-02-04 13:40:09 -08:00
Justin Palmer
a5c20c1464 scrolling is a nice feature 2013-02-04 13:38:21 -08:00
Justin Palmer
b8c56e1618 tweak key binding position and clip overflow of select-list 2013-02-04 13:33:49 -08:00
Justin Palmer
619d195711 tweak select list 2013-02-04 13:11:29 -08:00
Kevin Sawicki
25b75b6659 Use fs.resolve instead of fs.resolveExtension 2013-02-04 12:51:04 -08:00
Kevin Sawicki
bd88a0de15 Support CSON config file
Use ~/.atom/config.cson as the new default when no
config file exists.

~/.atom/config.json is still the default if they both
exist.
2013-02-04 12:38:00 -08:00
Justin Palmer
5b9957e85f fix autocomplete and specs 2013-02-04 12:16:37 -08:00
Justin Palmer
6757e98ff5 fix popover styles 2013-02-04 12:04:04 -08:00