Commit Graph

6849 Commits

Author SHA1 Message Date
Antonio Scandurra
43f27780fd Fix specs related to the produced HTML line output
This verifies that with the new DisplayLayer the produced output is
cleaner when tags interleave.
2016-03-17 14:56:23 +01:00
Antonio Scandurra
5efb969a63 💚 Start fixing TextEditorComponent specs 2016-03-17 11:33:17 +01:00
Antonio Scandurra
708da39355 Avoid using tokenizedLineForScreenRow in TextEditorPresenter specs 2016-03-17 10:35:54 +01:00
Antonio Scandurra
670123a9f7 More fixes in FakeLinesYardstick 2016-03-17 09:28:48 +01:00
Antonio Scandurra
4c8f43f41b Use new APIs in FakeLinesYardstick 2016-03-16 15:15:48 +01:00
Antonio Scandurra
dfed7c4537 Merge branch 'master' into ns-use-display-layers
# Conflicts:
#	package.json
#	src/display-buffer.coffee
#	src/text-editor.coffee
#	src/tokenized-buffer.coffee
2016-03-10 13:53:14 +01:00
Antonio Scandurra
4b017759c9 Ensure project.serialize is called with atom.saveState options
This is because we have made the `project.serialize(options)` parameter optional
for backwards compatibility (i.e. #11111), and we want to make sure we don't
make the mistake of not passing it internally.
2016-03-10 09:41:50 +01:00
Josh Abernathy
c8dd4f3209 Merge pull request #11101 from atom/emit-status-changes-when-anything-changes
Emit status changes when anything changes
2016-03-08 13:37:32 -05:00
joshaber
cb44450e92 Correct the spec name. 2016-03-08 12:40:29 -05:00
joshaber
2f401c7116 We should emit changes when anything changes. 2016-03-08 12:14:26 -05:00
Rowan Bottema
b53c5a10d0 Add zero to hexadecimal numbers below F (16) 2016-03-08 10:20:37 +01:00
Michelle Tilley
f6d419c2f4 Merge pull request #11057 from atom/mkt-improve-pane-add-item-options
Move Pane::addItem 'pending' option to options object
(cherry picked from commit 53a9c22554)
2016-03-07 10:02:49 -08:00
Antonio Scandurra
8caa9d0a95 🎨 Better wording on specs 2016-03-07 17:21:09 +01:00
Antonio Scandurra
a3bed908d7 Don't partially serialize after unloading editor window 2016-03-07 17:14:52 +01:00
Antonio Scandurra
12587073d2 🎨 isQuitting -> isUnloading 2016-03-07 10:52:16 +01:00
Antonio Scandurra
3d15b6e16b Merge branch 'master' into as-serialize-history-without-snapshots 2016-03-07 10:33:52 +01:00
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
Antonio Scandurra
046cdddefe 📝 2016-03-04 17:53:14 +01:00
Antonio Scandurra
41c293ef9d Always pass {isQuitting} in tests 2016-03-04 17:23:19 +01:00
Antonio Scandurra
0fdc190989 Use isQuitting: false when saving state on key/mouse down 2016-03-04 17:08:32 +01:00
Antonio Scandurra
311cde36c9 Call saveState(isQuitting: true) on beforeUnload 2016-03-04 17:06:53 +01:00
Antonio Scandurra
011fe380e9 Pass markerLayer: false to buffer.serialize when not quitting 2016-03-04 16:57:02 +01: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