Nathan Sobo
7d22ed788c
Test decorateMarker + decorationStateForScreenRowRange
2015-11-09 00:35:27 -07:00
Nathan Sobo
9d6168aac8
Fix gutter spec indentation
2015-11-09 00:35:27 -07:00
Nathan Sobo
d7b0ab9179
Simplify updating of custom gutter decoration state
2015-11-09 00:35:27 -07:00
Nathan Sobo
92ed7c8b15
Don’t return Decoration objects from model to view
...
Preparation for LayerDecorations, in which individual decoration objects
won’t exist for every marker.
2015-11-09 00:35:27 -07:00
Nathan Sobo
d46091d7e5
Remove dead code
2015-11-09 00:35:27 -07:00
Nathan Sobo
800440d5ca
Remove logging
2015-11-09 00:35:27 -07:00
Nathan Sobo
3c98c30b43
Wait for animation frames synchronously after actions
...
This avoids test flakiness, presumably due to an animation frame firing
before we have a chance to wait due to jasmine’s queueing.
2015-11-09 00:35:26 -07:00
Nathan Sobo
2af010e729
Remove dead test
...
It tests functionality that no longer matters since we don’t subscribe
to decorations being destroyed in DisplayBuffer
2015-11-09 00:35:26 -07:00
Nathan Sobo
0169c1160e
Wait for next DOM update synchronously after change to avoid flakiness
2015-11-09 00:35:26 -07:00
Nathan Sobo
0ac42a12f3
Add waitsForNextDOMUpdate helper function
2015-11-09 00:35:18 -07:00
Nathan Sobo
4b5e4d02eb
Use real clock in text-editor-component-spec
...
This will make it much easier to test asynchronous update logic.
2015-11-09 00:35:18 -07:00
Nathan Sobo
1aefb22789
Add ViewRegistry.prototype.getNextUpdatePromise
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com >
2015-11-09 00:35:18 -07:00
Max Brunsfeld
cdaac9dfcc
wip
2015-11-09 00:35:18 -07:00
Max Brunsfeld
50d5151a3e
⬆️ text-buffer (pre-release)
2015-11-09 00:35:18 -07:00
Ivan Žužak
e077f8a24b
Merge pull request #9333 from atom/iz-contributing-guide-bugs-and-features
...
Add section on reporting bugs to contributing guide
2015-11-08 22:13:09 +01:00
Ivan Žužak
e711e5e3ef
🎨 🔨 words
2015-11-08 22:12:07 +01:00
Ivan Žužak
1c12fbaed1
Use consistent order and clarify screenshots and gifs item
2015-11-08 21:40:18 +01:00
Ivan Žužak
9f42638617
Add GIF recording tools for Linux
2015-11-08 20:43:19 +01:00
Ivan Žužak
047bfc879c
Fix typo
2015-11-08 20:40:55 +01:00
aki
396e8a42a4
Fix activatePackages
2015-11-08 23:14:13 +09:00
Wliu
7bcdc9ab51
⬆️ language-php@0.33.0
2015-11-07 20:05:24 -05:00
Nathan Sobo
0f6c608b88
Add to changelog
2015-11-07 16:29:56 -07:00
Nathan Sobo
29014d1a74
Merge pull request #9485 from atom/ns-disable-throttle-hack
...
Disable throttling in test windows via WebAudio hack
2015-11-07 16:02:33 -07:00
Nathan Sobo
d46cea9c41
Disable throttling in test windows via WebAudio hack
...
Throttling in test windows is annoying when tests run interactively,
and *seems* to cause issues with animation frames not firing even in
headless tests, though it’s difficult to fully confirm since this issue
is intermittent.
2015-11-07 16:01:20 -07:00
Nathan Sobo
1fd2ba084c
Merge pull request #8232 from lpommers/move-lines-up-and-down-with-multiple-selections
...
Move lines up and down with multiple selections
2015-11-07 14:40:58 -07:00
Nathan Sobo
8034d80e47
Merge pull request #9481 from atom/jf/upgrde-to-electron-0-34-3
...
Upgrade Electron To 0.34.3
2015-11-07 13:38:05 -07:00
Nathan Sobo
c47760c87b
Merge pull request #9484 from atom/wl-remove-subpixel-font-scaling-option
...
Remove subpixel-font-scaling option
2015-11-07 13:37:31 -07:00
Nathan Sobo
e2118de6e9
Add to CHANGELOG.md
2015-11-07 10:38:46 -07:00
Nathan Sobo
6180b7398d
⬆️ tree-view
2015-11-07 10:36:17 -07:00
Wliu
232f54ed84
🔥 subpixel-font-scaling
...
This option was removed in Electron v0.33.9
2015-11-07 10:41:03 -05:00
Joe Fitzgerald
0dd84703c1
⬆️ Electron
2015-11-07 06:32:08 -07:00
Wliu
09fa41fb58
Merge pull request #9445 from atom/wl-update-language-javascript
...
Update language-javascript
2015-11-06 18:45:40 -05:00
Nathan Sobo
a8ceaa80f1
Always set devMode to true for spec windows
2015-11-06 16:01:21 -07:00
Wliu
69f0849bb7
⬆️ markdown-preview@0.156.1
2015-11-06 17:54:49 -05:00
Wliu
1e352e9f1d
⬆️ language-javascript@0.100.0
2015-11-06 17:26:28 -05:00
Josh Abernathy
1a6e1e7fd0
⬇️ pathwatcher
...
6.3.0 is broken on Windows (https://github.com/atom/node-pathwatcher/issues/96 ).
2015-11-06 14:29:52 -05:00
Josh Abernathy
4248a1f71d
⬆️ git-utils
2015-11-06 14:29:04 -05:00
Max Brunsfeld
b58752da38
Keep model's logical scroll position up to date
...
* Remove scrollRow and scrollColumn properties from the presenter
* Assign presenter's scrollTop and scrollLeft based on model's first visible
screen row and column, once the presenter has the required measurements.
2015-11-06 11:16:56 -08:00
Max Brunsfeld
4d40e28c6b
Remove presenter constructor parameters that aren't used in production
2015-11-06 09:56:58 -08:00
Max Brunsfeld
7d46fe6c28
🔥 Unused properties on TextEditor.prototype
2015-11-06 09:56:58 -08:00
Antonio Scandurra
5647335ff4
Merge pull request #9468 from atom/as-faster-unfold-all
...
Make LanguageMode::unfoldAll faster
2015-11-06 17:44:33 +01:00
Antonio Scandurra
7d97241f35
🎨
2015-11-06 17:41:00 +01:00
Wliu
7db555c96b
✅ Fix core specs
2015-11-06 10:26:36 -05:00
Antonio Scandurra
dd10216943
🐎 Make LanguageMode::unfoldAll faster
2015-11-06 13:16:09 +01:00
Luke Pommersheim
789efa60eb
Merge pull request #6 from abe33/cn-move-lines-up-and-down-with-multiple-selections
...
Move lines up and down with multiple selections
2015-11-06 11:19:20 +01:00
Ben Ogle
537c0af970
⬆️ command-palette@0.37.0
2015-11-05 17:51:30 -08:00
Wliu
eafb6697ac
Revert "Fix core specs"
...
This reverts commit 7a4921fe48 .
2015-11-05 18:55:15 -05:00
Wliu
7a4921fe48
Fix core specs
2015-11-05 18:10:07 -05:00
Kevin Sawicki
f0ec4e380f
⬆️ legal-eagle@0.12
2015-11-05 14:02:04 -08:00
Kevin Sawicki
f1617c7797
⬆️ legal-eagle@0.12
2015-11-05 13:59:56 -08:00