Commit Graph

5098 Commits

Author SHA1 Message Date
Kevin Sawicki
08cac2bbe0 💄 2013-01-31 13:37:08 -08:00
Justin Palmer
c5b9c38311 specs for editor stats 2013-01-30 12:15:25 -08:00
Justin Palmer
2d87a60019 camelCase 2013-01-30 12:15:15 -08:00
Justin Palmer
164b50d795 zero pad minutes 2013-01-30 10:14:26 -08:00
Justin Palmer
1afb2fbeb5 highlight the max minute 2013-01-30 10:14:12 -08:00
Justin Palmer
bc61c3ca98 remove when detached 2013-01-30 10:14:04 -08:00
Justin Palmer
2abe3e47de show actual time on scale 2013-01-30 09:41:49 -08:00
Justin Palmer
6080ba66e1 tweak x axis display 2013-01-30 09:33:39 -08:00
Justin Palmer
ebc7daf1dc more styles 2013-01-30 09:00:48 -08:00
Justin Palmer
0c878c5e7d put editor stats in the document flow so it doesn't overlap the status bar 2013-01-30 09:00:40 -08:00
Justin Palmer
29b3a1d582 add keymap for editor stats 2013-01-30 09:00:16 -08:00
Justin Palmer
aa5660ba81 syntax yo 2013-01-29 15:46:19 -08:00
Justin Palmer
57c9412d99 fix scales 2013-01-29 15:44:16 -08:00
Justin Palmer
168f08611c color dem bars 2013-01-29 15:44:09 -08:00
Justin Palmer
e9ba5f8f85 update working smoothly 2013-01-29 14:57:47 -08:00
Justin Palmer
4b0a7a135d append the bars 2013-01-29 13:56:53 -08:00
Justin Palmer
3cb4519230 store x and y scales 2013-01-29 13:56:44 -08:00
Justin Palmer
7b586d85f8 update drawing on every event 2013-01-29 13:39:06 -08:00
Justin Palmer
f6c9dc1b1c append svg element 2013-01-29 13:38:57 -08:00
Justin Palmer
b065a67605 fat arrow detach 2013-01-29 13:38:38 -08:00
Justin Palmer
740d929cdd expose d3 to the view 2013-01-29 13:38:19 -08:00
Justin Palmer
e3831dddba cancel command 2013-01-29 13:38:00 -08:00
Justin Palmer
fd7358cb9a maintain the event log length at 60 items 2013-01-29 13:21:01 -08:00
Justin Palmer
7150f70333 editor stats package genesis 2013-01-29 13:16:28 -08:00
Justin Palmer
bb71017853 Merge pull request #196 from github/input-styles
Mini editor styles
2013-01-29 11:10:41 -08:00
Justin Palmer
72fd744330 style key binding to match atom dark 2013-01-29 11:05:35 -08:00
Justin Palmer
52c6243310 dark cursor styles for mini editor 2013-01-29 11:00:46 -08:00
Justin Palmer
10d7b3ab9f cursor styles for mini editor 2013-01-29 11:00:06 -08:00
Justin Palmer
b2ccc38a04 2 shades of grey 2013-01-29 10:48:13 -08:00
Justin Palmer
72fde3b521 bump mini editor line height a little more so it's consistent with other row height 2013-01-29 10:46:04 -08:00
Justin Palmer
42e7a711ff tweak light select list styles so mini editor looks good 2013-01-29 10:45:38 -08:00
Justin Palmer
4c8972e2e1 tweak select list colors so global mini editor styles hold up 2013-01-29 10:30:07 -08:00
Kevin Sawicki
9b4d570989 Require config when task shell starts
Config adds to the require paths so it needs to be required
before the handler starts so that web worker handlers have the
same require semantics as the main window.
2013-01-29 10:28:58 -08:00
Kevin Sawicki
b675e5b4ba Default fileTypes to empty array when undefined
This is the case for certain grammars in the Java
TextMate bundle.
2013-01-29 10:27:25 -08:00
Kevin Sawicki
2001cc330f Remove unused requires 2013-01-29 10:22:57 -08:00
Justin Palmer
707f6b5dfd fix position of prompt icon 2013-01-29 10:10:34 -08:00
Justin Palmer
783efa0969 atom light mini editor styles 2013-01-29 10:10:22 -08:00
Justin Palmer
fca5c54a03 give some visual depth to the mini editor
live in harmony with the current look and feel
2013-01-29 10:02:12 -08:00
Justin Palmer
bc0546f053 Merge branch 'dev' of https://github.com/github/atom into dev 2013-01-29 09:16:34 -08:00
Kevin Sawicki
df83edde64 Only close preview when editor gains focus
Closes #193
2013-01-28 18:56:58 -08:00
Corey Johnson & Nathan Sobo
262703618d Eat interpolated variables in TextMate snippets
Someday we'll actually shell out to fill in their values, but for now,
we just replace them with an empty string.
2013-01-28 17:55:51 -07:00
Kevin Sawicki
154d2306ce Specify resource path when running test task
Now that the release build is generated from rake
install the RESOURCE_PATH is no longer defined so
explicitly set it via an argument to the launched
application.
2013-01-28 16:49:41 -08:00
Kevin Sawicki
4fe021bb61 Memoize built packages
Packages that successfully built are now stored internally
so they can be quickly accessed on future calls instead of
returning an array of newly built packages on each call.
2013-01-28 15:47:17 -08:00
Corey Johnson & Nathan Sobo
fa8ca1193f Correctly place tab stop anchor ranges in snippets with blank lines 2013-01-28 16:36:16 -07:00
Corey Johnson & Nathan Sobo
47ca7f81c1 💄 2013-01-28 16:36:16 -07:00
Corey Johnson & Nathan Sobo
c13b45df99 Hard tabs in snippets are translated to soft-tabs if necessary 2013-01-28 16:36:15 -07:00
Kevin Sawicki
7e494caaff Remove unused require 2013-01-28 15:25:35 -08:00
Kevin Sawicki
c2319a30e6 💄 2013-01-28 15:25:08 -08:00
Kevin Sawicki
e792265076 Trigger grammars-loaded event on syntax 2013-01-28 14:34:49 -08:00
Kevin Sawicki
ad8dd767e5 Don't allow web worker grammars to be registered
Grammars are already loaded at the beginning of the
specs synchronously and should not be overridden
when testing the background load task.
2013-01-28 14:23:18 -08:00