Commit Graph

6824 Commits

Author SHA1 Message Date
Josh Abernathy
c2c3217c9d Merge pull request #10955 from atom/atom-textarea
TextEditor customization
2016-03-04 16:03:23 -05:00
Nathan Sobo
c8dad13bc9 Merge pull request #11063 from atom/ns-manual-tooltips
Show tooltip immediately if the tooltip trigger is manual
2016-03-04 13:59:39 -07:00
Nathan Sobo
d9ee94031f Test disposal of manually-created tooltips
This also prevents subsequent tests from failing due to the manual
tooltip never being removed from document.body.
2016-03-04 13:40:16 -07:00
Nathan Sobo
bb0b35444f Merge pull request #11036 from atom/ns-fix-initial-paths
Skip deleted directories when restoring application windows
2016-03-04 12:44:03 -07:00
Katrina Uychaco
e620232d35 Add new item before destroying pending item
Fixes atom/tabs#278

Signed-off-by: Michelle Tilley <binarymuse@github.com>
2016-03-03 17:46:02 -08:00
joshaber
928205a44a s/grammarName/grammar 2016-03-03 10:09:18 -05:00
joshaber
98c8a08ac3 s/ignoreScrollPastEnd/scrollPastEnd 2016-03-03 10:06:15 -05:00
joshaber
db20cecfc0 s/ignoreInvisibles/showInvisibles 2016-03-03 09:59:45 -05:00
joshaber
b26b6ced0a Merge branch 'master' into atom-textarea 2016-03-03 09:53:11 -05:00
Nathan Sobo
47a348f557 Filter out non-directory project paths when deserializing Project
Closes #10628
2016-03-01 18:22:43 -07:00
Nathan Sobo
f26c0c0b15 Bump timeouts as a possible workaround for flaky specs 2016-03-01 18:04:00 -07:00
Ben Ogle
4d11ff25d0 Use atom.getReleaseChannel() 2016-03-01 15:09:05 -08:00
Ben Ogle
02368a9fc6 Add atom.getReleaseChannel 2016-03-01 15:09:05 -08:00
Ben Ogle
81c07a2af9 🎨 Cleanup spec desc 2016-03-01 15:09:04 -08:00
Ben Ogle
58bf090724 Rename dispose -> destroy 2016-03-01 15:09:04 -08:00
Ben Ogle
d831ec73ed Fix platformSupportsUpdates() specs 2016-03-01 15:09:04 -08:00
Ben Ogle
68951494d2 isEnabled -> platformSupportsUpdates 2016-03-01 15:09:03 -08:00
Ben Ogle
418b1bd8f1 Get rid of the initialize method 2016-03-01 15:09:03 -08:00
Ben Ogle
c19296efb7 Add isEnabled function to AutoUpdateManager 2016-03-01 15:08:46 -08:00
Ben Ogle
e477751c19 Make the autoupdater functions consistently names 2016-03-01 15:08:46 -08:00
Ben Ogle
e9e372b69e Dispose emitter 2016-03-01 15:08:46 -08:00
Ben Ogle
341abbfc26 Nof. Nope. 2016-03-01 15:08:46 -08:00
Ben Ogle
c9293e7733 Pass the version info through the event 2016-03-01 15:08:45 -08:00
Ben Ogle
3a5c827162 Add dispose spec 2016-03-01 15:08:45 -08:00
Ben Ogle
b481a06cbf Pass the app delegate into AutoUpdateManager 2016-03-01 15:08:25 -08:00
Ben Ogle
342f72b6a1 Rename Update AutoUpdateManager 2016-03-01 15:07:56 -08:00
Katrina Uychaco
19d30c7dc9 Improve specs for Update class 2016-03-01 15:07:13 -08:00
Katrina Uychaco
adc086d485 Add specs for Update methods (::check left TODO) 2016-03-01 15:07:12 -08:00
Daniel Hengeveld
e6a86d38d1 this doesn't work 2016-03-01 15:07:12 -08:00
Daniel Hengeveld
6d77e97901 The app delegate uses the message channel here. 2016-03-01 15:07:12 -08:00
Daniel Hengeveld
1eaf30fae9 Add a few more things before stepping aside to work on another issue
…maybe rebase this away…
2016-03-01 15:06:33 -08:00
Katrina Uychaco
19623b3543 Merge pull request #11009 from atom/ku-dont-destroy-pane-if-replacing-last-pending-item
Don't destroy pane if replacing last pending item
2016-03-01 11:00:34 -08:00
joshaber
e1c5aad0a6 Test ignoreInvisibles and grammarName. 2016-03-01 11:43:38 -05:00
joshaber
e0d44aad5d Test getElement. 2016-03-01 11:07:55 -05:00
joshaber
d929543aa2 Test for getElement. 2016-03-01 10:56:03 -05:00
joshaber
4cd7cbda02 Test ignoreScrollPastEnd. 2016-03-01 10:53:31 -05:00
Nathan Sobo
e70a92be50 Merge pull request #11011 from atom/autoscroll-after-consolidating-selections
Autoscroll after consolidating selections
2016-02-29 21:32:43 -06:00
Koki Takahashi
a59ee5dec8 Remove trailing semicolon 2016-02-29 19:51:58 -07:00
Koki Takahashi
6d00d5e979 Revert focus on language-mode-spec.coffee 2016-02-29 19:51:57 -07:00
Koki Takahashi
fdac1e4663 🐛 Treat empty comment line as comment and add tests (Fix #4140) 2016-02-29 19:51:57 -07:00
Nathan Sobo
7f744681c3 Simplify consolidateSelections spec to test autoscroll with events 2016-02-29 18:51:36 -07:00
Nathan Sobo
04d2474594 Merge PR #9642 (Autoscroll after consolidating selections) 2016-02-29 18:38:33 -07:00
Nathan Sobo
d7174d923e Merge pull request #11010 from atom/ns-fix-package-repository-url-normalization
Always strip git+ prefix and .git suffix from package repository URLs
2016-02-29 19:13:44 -06:00
Katrina Uychaco
b7f0f794f8 Don't destroy pane if replacing last pending item
Signed-off-by: Michelle Tilley <binarymuse@github.com>
2016-02-29 17:11:11 -08:00
Nathan Sobo
c65c8827ac Merge pull request #10851 from wvanlint/observe_editors
Registry for TextEditors
2016-02-29 18:34:03 -06:00
Nathan Sobo
6292484c97 Always strip git+ prefix and .git suffix from package repository URLs
Previously, a guard based on the presence of the _id field (which is
inserted by npm during installation) prevented a regex replacement of
the git+ prefix on URLs. Now we always do this. Since the .git suffix
also causes problems and we’re removing that in packages, I now remove
that as well.
2016-02-29 17:30:03 -07:00
Michelle Tilley
94b614ff2b Merge pull request #11006 from atom/mkt-move-pane-pending-specs-from-tabs-into-core
Move spec from tabs package
2016-02-29 16:26:29 -08:00
Willem Van Lint
26cf7f081f Registry for editors 2016-02-29 17:30:04 -05:00
Ben Ogle
920d348014 Only move legit items to the top of the stack
Fixes #11002 cc @natalieogle
2016-02-29 11:32:28 -08:00
Michelle Tilley
4769e601bf Move spec from tabs package
See https://github.com/atom/tabs/pull/274#issuecomment-190064071

Signed-off-by: Katrina Uychaco <kuychaco@github.com>
2016-02-29 11:27:38 -08:00