Kevin Sawicki
1cb81037a8
💄
2013-02-01 09:27:32 -08:00
Kevin Sawicki
a3ec402ca9
Only detach with toggle keybinding
2013-02-01 09:22:50 -08:00
Kevin Sawicki
18f62498a1
Don't rely on status bar for background color
2013-02-01 09:22:36 -08:00
Kevin Sawicki
8c1fe35166
Zero pad 9
2013-02-01 09:12:49 -08:00
Kevin Sawicki
336c1299c5
Start tracking stats before graph is opened
...
This allows the graph to open with data available
since the editor was launched.
2013-02-01 09:09:53 -08:00
Justin Palmer
3c654c67e2
use background-color just in case
2013-02-01 08:59:17 -08:00
Justin Palmer
4f6f95ef42
tweak dimensions
2013-02-01 08:55:44 -08:00
Justin Palmer
3916f44d28
append to the vertical element so its context appears global
2013-02-01 08:46:35 -08:00
Justin Palmer
3f7c7c1b92
soo many conflicts
2013-02-01 08:42:54 -08:00
Kevin Sawicki
d597de6a79
Kill remaining serialization code
2013-02-01 08:34:11 -08:00
Kevin Sawicki
d1b916f5a2
Don't grab focus when attaching stats
2013-02-01 08:32:24 -08:00
Justin Palmer
d1e47fd31c
fix conflicts...forgot to pull from editor-stats first
2013-02-01 08:27:43 -08:00
Justin Palmer
52c1ca7a2d
fix editor stats so they look as if they are embedded in the status bar
2013-02-01 08:24:43 -08:00
Justin Palmer
4d8a6e5b60
remove serialization for now since I'm not reloading the data
2013-02-01 07:59:35 -08:00
Justin Palmer
4482bdd964
don't need that dot
2013-02-01 07:55:51 -08:00
Justin Palmer
650e6de0a9
Merge branch 'dev' into editor-stats
2013-02-01 07:47:36 -08:00
Corey Johnson
801283d022
wait a bit after tree-view:move specs
2013-01-31 16:02:25 -08:00
Corey Johnson
a7531c1341
💩
2013-01-31 15:54:36 -08:00
Corey Johnson
587111074d
Don't complain if restoring an unnamed buffer
2013-01-31 15:16:03 -08:00
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
de09adc45f
💄
2013-01-31 14:24:02 -08:00
Kevin Sawicki
7f86bf1351
Remove unneeded remove call
2013-01-31 14:19:20 -08:00
Kevin Sawicki
6b3a953384
Close command logger when it loses focus
2013-01-31 14:16:58 -08:00
Kevin Sawicki
4433f443d4
Simplify stats keymap
2013-01-31 14:06:46 -08:00
Kevin Sawicki
20249b4d38
un-f editor stats spec again
2013-01-31 14:06:16 -08:00
Kevin Sawicki
517d4cfe3a
Remove unused requires
2013-01-31 13:50:47 -08:00
Kevin Sawicki
30e8eee9ce
Move d3 require to top
2013-01-31 13:49:14 -08:00
Kevin Sawicki
9f3f0fe397
Don't focus stats when attaching
...
Leave the editor with focus since the stats aren't interactive
2013-01-31 13:46:38 -08:00
Kevin Sawicki
2b61883d9b
un-f editor stats spec
2013-01-31 13:37:30 -08:00
Kevin Sawicki
08cac2bbe0
💄
2013-01-31 13:37:08 -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
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
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
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
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
Justin Palmer
82f1fb4420
load user.coffee from .atom directory
2013-01-30 15:34:38 -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