Jon Rohan
d37f8de82d
just some theme polish
2013-01-31 22:33:11 -05:00
Jon Rohan
54a2b48e90
namespacing all the syntax declarations to .editor
2013-01-31 22:17:34 -05:00
Jon Rohan
b226ecb888
adding some css syntax
2013-01-31 22:08:55 -05:00
Jon Rohan
f364541c4e
Just having trouble with the dark theme, going with ir_black until we get some design up in here
2013-01-31 21:56:28 -05:00
Jon Rohan
f40f4ead3a
renaming scheme again
2013-01-31 21:34:00 -05:00
Jon Rohan
d275d7e636
making the line highlight alpha transparent.
2013-01-31 21:14:07 -05:00
Jon Rohan
d83ef8db17
fixing the json highlighting
2013-01-31 21:09:19 -05:00
Jon Rohan
7f811fe19f
making the selected line highlighter yellow like the site
2013-01-31 20:57:27 -05:00
Jon Rohan
b0eeee3eb8
made some updates to really match .com's light theme
2013-01-31 20:44:39 -05:00
Jon Rohan
ca7159b3f6
using a better github base for github-light.
2013-01-31 20:02:25 -05:00
Jon Rohan
194675b8c3
Renaming themes to lowercase-dashes.
2013-01-31 19:48:32 -05:00
Jon Rohan
c2af8712d1
Creating GitHub_Dark and GitHub_Light.
2013-01-31 19:01:44 -05:00
Kevin Sawicki
9a73665811
Add ellipsis at end of folded line
2013-01-31 13:21:06 -08:00
Justin Palmer
a0f06e09d6
fix command panel specs that I broke
...
We're now refocusing the preview list instead of the editor
2013-01-31 12:09:40 -08:00
Kevin Sawicki
379a4a4d8d
Only auto-load .cson and .json keymap files
...
This now prevents files such as .DS_Store from being loaded as a
keymap where previously all paths were loaded regardless of extension.
Closes #205
2013-01-31 12:03:21 -08:00
Corey Johnson & Kevin Sawicki
e24859cc23
💄
2013-01-31 11:03:20 -08:00
Corey Johnson & Kevin Sawicki
6bddebede3
Show folding icon in gutter instead of end of line
...
Closes #211
2013-01-31 11:02:01 -08:00
Justin Palmer
6935e33b72
Merge pull request #204 from github/command-panel-esc
...
support escape key to exit command panel
2013-01-31 10:39:24 -08:00
Justin Palmer
cfd66b36df
Merge pull request #216 from github/user-prefs
...
Load settings from user.coffee and user.css
2013-01-31 10:36:23 -08:00
Corey Johnson & Kevin Sawicki
8f030cd97e
Always calculate dimensions with editor on DOM
...
Closes #206
2013-01-31 10:31:13 -08:00
Justin Palmer
2982c5e51a
need -r when copying packages directory
2013-01-31 10:22:36 -08:00
Justin Palmer
30103b66fc
move old atom.coffee to user.coffee on rake install if it exists
2013-01-31 10:18:25 -08:00
Kevin Sawicki
72bef679d9
Merge branch 'dev' into user-prefs
2013-01-31 09:42:23 -08:00
Kevin Sawicki
e5bd097592
Use configDirPath exposed by global config object
2013-01-31 09:41:40 -08:00
Kevin Sawicki
ef6e525674
Use package instead of package's view in specs
...
Event logs are now stored on the package and passed
to the view when toggled.
2013-01-31 09:33:06 -08:00
Kevin Sawicki
4f8181969e
💄
2013-01-31 09:24:59 -08:00
Jon Rohan
b401cc4674
Merge pull request #213 from github/line-height
...
Adding a line-height to the editor.
2013-01-31 08:29:46 -08:00
Jon Rohan
ccb95dbefc
Merge pull request #215 from github/no-family
...
Not adding a font family when the user doesn't have it set
2013-01-31 08:29:27 -08:00
Justin Palmer
20f2cf9a0a
Merge branch 'dev' into user-prefs
2013-01-31 08:25:43 -08:00
Jon Rohan
11c0637220
Not adding a font family when the user doesn't have it set
2013-01-31 10:19:41 -05:00
Kevin Sawicki
f126f58921
Revert "Set white-space property to nowrap on editor lines"
...
This reverts commit 9a2db26393 .
2013-01-30 19:18:10 -08:00
Kevin Sawicki
983f1ab18b
Bind meta-~ to focus previous window
...
Closes #212
2013-01-30 18:42:04 -08:00
Jon Rohan
7e030b09e7
Adding a line-height to the editor.
2013-01-30 21:40:26 -05:00
Kevin Sawicki
9a2db26393
Set white-space property to nowrap on editor lines
...
Allows inline-block elements adding to the line to no
be wrapped when the window is resized.
Closes #211
2013-01-30 17:54:16 -08:00
Kevin Sawicki
45dfea0559
Start tracking commands when package is activated
...
When the command logger was moved to a deferred package
the custom trigger to track events wasn't registered
until the instance was created causing most events to go
untracked.
Now the custom trigger is registered in the index.coffee
file and passed to the view instance when toggling.
2013-01-30 16:15:08 -08:00
Corey Johnson
4e7b1888b4
include ' in editor.nonWordCharacters
2013-01-30 16:04:29 -08:00
Justin Palmer
95d7c89ec5
load styles from ~/.atom/user.css
2013-01-30 16:00:45 -08:00
Nathan Sobo
aeb1e3fd3c
Add a script to fix the author w/ git-filter-branch
2013-01-30 16:53:36 -07:00
Justin Palmer
82f1fb4420
load user.coffee from .atom directory
2013-01-30 15:34:38 -08:00
Justin Palmer
389ecc0b4a
copy over user.coffee in rake task
2013-01-30 15:34:26 -08:00
Justin Palmer
228c9ff522
update readme to point to user.coffee instead of atom.coffee
2013-01-30 15:33:52 -08:00
Justin Palmer
0233b4a53e
add .atom/user.css file
2013-01-30 15:30:18 -08:00
Justin Palmer
79d569d55b
rename atom.coffee to user.coffee
2013-01-30 15:30:10 -08:00
Kevin Sawicki
45d5e714fa
Make snippets keymaps valid CSON
...
Closes #209
2013-01-30 15:25:03 -08:00
Kevin Sawicki
8b3ade2904
Set path as tab title attribute
2013-01-30 15:08:23 -08:00
Kevin Sawicki
034281a638
💄
2013-01-30 15:06:57 -08:00
Kevin Sawicki
d30532c6aa
Show directory in tab when duplicate names are open
...
Closes #181
2013-01-30 15:05:36 -08:00
Kevin Sawicki
ed824469c1
Add initial CONTRIBUTING.md
...
Refs #189
2013-01-30 14:25:36 -08:00
Justin Palmer
1fa16c4ae1
refocus preview list after performing operation
...
Allows esc key to exit the command pallete
2013-01-30 13:56:35 -08:00
Kevin Sawicki
5f343d74b2
Use new EditSession.isFoldedAtBufferRow method when moving lines
2013-01-30 13:54:26 -08:00