Corey Johnson
5d95d8bc4e
Remove log noise while running tests
2013-01-31 15:16:03 -08:00
Corey Johnson
30c7e8e2a5
require 'Task' uses correct case
2013-01-31 15:16:03 -08:00
Kevin Sawicki
6b3a953384
Close command logger when it loses focus
2013-01-31 14:16:58 -08: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
Kevin Sawicki
1acf0b870f
Support translating points and ranges
2013-01-30 13:49:10 -08:00
Kevin Sawicki
06f64b5572
Use rotated locate icon for folded line marker
2013-01-30 13:23:59 -08:00
Corey Johnson
c650deea01
Merge branch 'font-config' into dev
2013-01-30 13:24:12 -08:00
Corey Johnson
74cec989bb
Use getFontSize()
2013-01-30 13:19:09 -08:00
Justin Palmer
14f761ec37
small doc tweak…hopefully fixes bold formatting on docs tab
2013-01-30 12:20:32 -08:00
Corey Johnson
9b1cb29e1f
Don't store fontSize and fontFamily as instance variables
2013-01-30 12:20:02 -08:00
Corey Johnson
29ccd271de
Set font-size css property using style tag
2013-01-30 12:11:17 -08:00
Corey Johnson
9ea29b2899
Set font-family css property using style tag
2013-01-30 12:07:23 -08:00
Kevin Sawicki
f90d29262c
Use octicon as folding indicator
2013-01-30 11:50:29 -08:00