Commit Graph

4946 Commits

Author SHA1 Message Date
Corey Johnson & Nathan Sobo
ed532e552e Initialize Sparkle on application launch and add delegate methods 2013-01-23 15:23:15 -08:00
Corey Johnson & Nathan Sobo
d7137c980f Update Atom's info.plist to work with sparkle 2013-01-23 15:13:07 -08:00
Corey Johnson & Nathan Sobo
61e1effd28 Add Sparkle.framework and DSA key for speakeasy 2013-01-23 15:09:58 -08:00
Kevin Sawicki
c80298e624 Remove unused requires 2013-01-23 11:09:56 -08:00
Kevin Sawicki
79ae6a4895 Clear mini editor base select list cancelled()
Clearing the mini editor when closing is something
all sub-classes were already doing so it makes sense
to pull it up to the base class as the default
cancelled() implementation that can still be overridden
if needed.
2013-01-23 09:40:05 -08:00
Kevin Sawicki
001bb3a862 Restore focus after select list detaches
Previously if the select list was cancelled with no open
editors the mini editor would be given focus before being
detached causing nothing to have focus after detach completed.

Now the select list tracks the previously focused elements and
restores focus to that element at the end of the cancel.
2013-01-23 09:32:49 -08:00
Jon Rohan
f0aa9c136f light theme tab circle was too light 2013-01-23 08:36:40 -08:00
Kevin Sawicki
a451a369e8 Use device color instead of calibrated 2013-01-23 08:28:44 -08:00
Kevin Sawicki
64332736e1 Add back background on html element
This prevents a flash of white from displaying while the CSS loads
2013-01-23 08:22:46 -08:00
Jon Rohan
e193bb14cc simplifying the tree-view css a little bit 2013-01-22 23:35:34 -08:00
Jon Rohan
d740fe6a6e Scrolling to revealed active file in the treeview 2013-01-22 23:20:54 -08:00
Kevin Sawicki
41a15c7889 Update spec event coordinates for new default styles 2013-01-22 21:43:35 -08:00
Kevin Sawicki
5d404d7ee0 Use new unstyled expected gutter width 2013-01-22 21:10:11 -08:00
Kevin Sawicki
56badd450a Clear left margin on autocomplete 2013-01-22 21:04:53 -08:00
Kevin Sawicki
72b67bc879 Ensure package stylesheets are loaded in autocomplete spec 2013-01-22 21:03:54 -08:00
Kevin Sawicki
7addbaf893 Rename outline view to symbols view 2013-01-22 18:43:43 -08:00
Kevin Sawicki
f6e4e69e2b Remove unused require 2013-01-22 18:32:05 -08:00
Kevin Sawicki
a9c1b58ba5 Defer tree view load when possible 2013-01-22 18:26:48 -08:00
Kevin Sawicki
a966f1d7c7 Rename attach to load 2013-01-22 18:26:48 -08:00
Kevin Sawicki
513a29d70e Add deferred package type
This package defers loading until specific commands are
triggered on the root view.
2013-01-22 18:26:48 -08:00
Kevin Sawicki
20d5dbaa78 Wait for time to increase before checking last run 2013-01-22 18:26:48 -08:00
Kevin Sawicki
ca596db310 Extend AtomPackage directly in packages index.coffee 2013-01-22 18:26:48 -08:00
Kevin Sawicki
36e0ad6dc8 Move core wrap guide styles back into package 2013-01-22 18:24:06 -08:00
Kevin Sawicki
7c7ca4a6c3 Don't auto outdent if already fully outdented 2013-01-22 17:39:03 -08:00
Kevin Sawicki
59f7b6650c Don't auto outdent if preceding row is null 2013-01-22 17:38:23 -08:00
Jon Rohan
75ef1429cb Updating docs with info about theme structure 2013-01-22 16:53:54 -08:00
Kevin Sawicki
9d3751052a Support hitting tab in snippets with no tab stops
Closes #149
2013-01-22 16:44:45 -08:00
Jon Rohan
12a9fa5bfa Merge pull request #154 from github/restore-fixed-position-for-resizer
Bring back position:fixed for tree view resizer
2013-01-22 16:39:15 -08:00
Jon Rohan
3b257988d7 Merge branch 'dev' into restore-fixed-position-for-resizer
Conflicts:
	src/packages/tree-view/spec/tree-view-spec.coffee
2013-01-22 16:38:07 -08:00
Jon Rohan
bfe43008ed fixing the tree-view specs 2013-01-22 16:34:35 -08:00
Kevin Sawicki
a9d3d010d9 Use executed-from argument when path is missing
This still allows atom to open its own source when
run from Xcode but will now use the current working
directory when launched from the command line with
no path argument.

Closes #139
2013-01-22 15:58:11 -08:00
Jon Rohan
9b10278557 Fixing a treeView scroll spec 2013-01-22 15:25:43 -08:00
Jon Rohan
5359a3297a Fixing the scrolling errors created by adding a wrapper 2013-01-22 15:17:23 -08:00
Kevin Sawicki
a77623c118 Always subscribe to created file 2013-01-22 14:52:08 -08:00
Kevin Sawicki
39fd4f7059 Remove extra subscribeToFile() call
This was causing an event listener to leak
on each call to save()

Closes #152
2013-01-22 14:44:34 -08:00
Jon Rohan
8039b7c7c1 updating tree-view html to better situate the resizer 2013-01-22 14:31:34 -08:00
Jon Rohan
bb43b2e79a Merge branch 'dev' into restore-fixed-position-for-resizer
Conflicts:
	src/packages/tree-view/stylesheets/tree-view.css
2013-01-22 14:30:49 -08:00
Jon Rohan
f4787717df fixing some tab weirdness in the themes 2013-01-22 14:08:53 -08:00
Kevin Sawicki
7c3141783b Check if file exists before reading
Closes #153
2013-01-22 13:51:26 -08:00
Jon Rohan
2cb622c417 Merge pull request #146 from github/css-theme-refactor
Move All the current stylesheet into "Atom - Dark" and creating "Atom - Light" The themes are now packaged and cascaded properly.
2013-01-22 13:35:24 -08:00
Jon Rohan
28e6ca5fa7 updating the rakefile to pull in the atom dark/light themes into the .atom directory 2013-01-22 13:29:16 -08:00
Jon Rohan
e1e764418b making the packageDirPaths order back to the way it was 2013-01-22 13:17:06 -08:00
Jon Rohan
8bb8fe814a Merge branch 'dev' into css-theme-refactor 2013-01-22 12:48:41 -08:00
Jon Rohan
379824f6b0 adding vendor/themes and themes to themeDirPaths 2013-01-22 12:41:59 -08:00
Jon Rohan
5969e79ebc allow leading dot in extension names in fs resolve 2013-01-22 12:41:33 -08:00
Jon Rohan
cb6798c357 fixing spec for ui test 2013-01-22 12:40:51 -08:00
Jon Rohan
9be6d67c7e removing second lookup in requireStylesheet 2013-01-22 12:40:31 -08:00
Jon Rohan
01b9594e21 moving themes to vendor/themes 2013-01-22 12:39:40 -08:00
Pat Nakajima
31f0e739cd Bring back position:fixed for tree view resizer
Without position fixed, the resizer breaks when the tree
view is scrolled.
2013-01-22 12:19:10 -08:00
Kevin Sawicki
37379851a6 Only select entry nodes
This ensure the resizer or any other non-entry
nodes are never selected when moving up or down.
2013-01-22 09:11:08 -08:00