Max Brunsfeld
69949eef31
Compute app name based on productName & channel
2015-09-23 14:10:07 -07:00
Max Brunsfeld
2a1c9f0cf3
Merge branch 'master' into cz-update-native-modules
...
Conflicts:
package.json
2015-09-23 12:48:12 -07:00
Max Brunsfeld
bb2bd5492f
Merge branch 'master' into cz-update-native-modules
...
Conflicts:
package.json
2015-09-23 12:46:08 -07:00
Nathan Sobo
de2bce4f1d
More helpful hints
2015-09-23 13:07:31 -06:00
Antonio Scandurra
4ffeb68403
Ensure domNode is not set arbitrarily to null
2015-09-23 19:01:57 +02:00
Antonio Scandurra
6f120de1a6
Bring back the visible row range API
2015-09-23 18:52:04 +02:00
Antonio Scandurra
91ef57ed29
Merge branch 'master' into as-display-buffer-logical-coordinates
...
# Conflicts:
# src/display-buffer.coffee
2015-09-23 18:46:16 +02:00
Antonio Scandurra
36b0aa0126
🔥
2015-09-23 18:45:32 +02:00
Nathan Sobo
0a67cb9729
Merge pull request #8682 from atom/tj-remove-deprecations
...
Remove deprecated code
2015-09-23 10:41:26 -06:00
Nathan Sobo
50ce1c4afc
Guard against undefined state in Workspace.deserialize
2015-09-23 10:16:59 -06:00
Ivan Zuzak
abe924f231
Assign error in catch block for clarity
v1.0.16
2015-09-23 10:07:01 -06:00
Ivan Žužak
17b68160cd
Fix coffelint error causing Travis builds to fail
...
Currently, running coffeelint produces this error and causes Travis
builds to fail:
```
Running "coffeelint:src" (coffeelint) task
src/command-installer.coffee
✖ line 73 Line contains inconsistent indentation Expected 2 got 0
✖ 1 error
Warning: Task "coffeelint:src" failed. Use --force to continue.
Error: Task "coffeelint:src" failed.
```
See https://github.com/clutchski/coffeelint/issues/189 for more information
on this problem and suggested approach, and for a different place in Atom
where this approach is used see this:
ca39c106d6/src/config.coffee (L984)
2015-09-23 10:06:52 -06:00
Antonio Scandurra
2112b0a302
🔥 Remove unused method
2015-09-23 17:49:41 +02:00
Antonio Scandurra
e85f61cced
Continue emitting events when setting scroll top in the model
2015-09-23 17:43:53 +02:00
Antonio Scandurra
baf27bf99a
Preserve un-rounded scroll positions
2015-09-23 17:40:48 +02:00
Antonio Scandurra
7666e4b82e
Commit pending positions when a frame is being served
2015-09-23 16:48:00 +02:00
Antonio Scandurra
87c7a0ae30
💚 Fix some TextEditorComponent specs
2015-09-23 16:25:50 +02:00
Antonio Scandurra
0f7d88c77b
💚 Fix remaining failures in TextEditorPresenter
2015-09-23 16:14:15 +02:00
Antonio Scandurra
870a5303e1
🔥 Remove unused code
2015-09-23 15:34:45 +02:00
Antonio Scandurra
b198acc995
Fix soft wrapping when editorWidthInChars is used
2015-09-23 15:34:44 +02:00
Antonio Scandurra
fffcfb3405
Save scroll positions in the model to serialize 'em
2015-09-23 15:34:44 +02:00
Antonio Scandurra
140624326a
Report the already calculated width to the model
2015-09-23 15:34:44 +02:00
Antonio Scandurra
abd1b05c65
Report the already calculated height to the model
2015-09-23 15:34:44 +02:00
Antonio Scandurra
60fdd3793f
Stop reporting scroll positions to the model
2015-09-23 15:34:44 +02:00
Antonio Scandurra
fda981ed1d
🔥 Remove absolute scrolling from DisplayBuffer
2015-09-23 15:34:43 +02:00
Antonio Scandurra
f1c0658470
🔥 Remove double tested behavior
2015-09-23 15:34:43 +02:00
Antonio Scandurra
49fae9b029
Test that the logical scroll event is triggered
2015-09-23 15:34:43 +02:00
Antonio Scandurra
e75812cfbf
🔥 Remove specs
...
...as we are already testing a similar behavior in the presenter
2015-09-23 15:34:43 +02:00
Antonio Scandurra
8463d5c59d
Start porting DisplayBuffer specs
2015-09-23 15:34:43 +02:00
Antonio Scandurra
5d42dd557a
Finish porting TextEditor specs
2015-09-23 15:34:43 +02:00
Antonio Scandurra
d0eabb25fd
🔥 Remove assertion about scrolling
2015-09-23 15:34:42 +02:00
Antonio Scandurra
4136c195c9
Port .scrollToCursorPosition() specs
2015-09-23 15:34:42 +02:00
Antonio Scandurra
0ccb34de42
wip
2015-09-23 15:34:42 +02:00
Antonio Scandurra
25735b2ee1
Port autoscroll when selecting buffer ranges
2015-09-23 15:34:42 +02:00
Antonio Scandurra
7f3160eba6
Port .selectLinesContainingCursors() specs
2015-09-23 15:34:42 +02:00
Antonio Scandurra
57a006d19b
Start porting scroll-related specs
2015-09-23 15:34:41 +02:00
Antonio Scandurra
d3b1d309ba
Make sure scroll positions are integers
2015-09-23 15:34:41 +02:00
Antonio Scandurra
37fb253bfd
Prevent default for mousewheel event on mini editors
...
(ref. 0346e58 )
2015-09-23 15:34:27 +02:00
Antonio Scandurra
e526ceae6d
Update scroll top on ::getState
2015-09-23 15:34:22 +02:00
Antonio Scandurra
ddd7aacd9d
💚 Fix TextEditorComponent specs
2015-09-23 15:34:22 +02:00
Antonio Scandurra
e3dabd5200
Move scroll margin into TextEditorPresenter
2015-09-23 15:34:22 +02:00
Antonio Scandurra
75f6c29760
Merge branch 'master' into as-display-buffer-logical-coordinates
2015-09-23 15:34:21 +02:00
Luke Pommersheim
1b07093cff
update comments
2015-09-23 11:01:49 +02:00
simurai
e1fb376a08
⬆️ one-dark/light-ui@v1.1.4
2015-09-23 16:04:47 +09:00
simurai
8a58e85670
⬆️ markdown-preview@v0.154.0
2015-09-23 16:03:37 +09:00
Luke Pommersheim
6697693d57
Merge remote-tracking branch 'upstream/master' into move-lines-up-and-down-with-multiple-selections
2015-09-23 08:38:37 +02:00
Cheng Zhao
39d7f0bc73
⬆️ spell-check@0.60.0
2015-09-23 09:37:57 +08:00
Cheng Zhao
0afdb84f71
⬆️ tree-view@0.189.0
2015-09-23 09:37:22 +08:00
Cheng Zhao
522c63c68b
⬆️ symbols-view@0.108.0
2015-09-23 09:37:17 +08:00
Cheng Zhao
99e85e70ce
⬆️ markdown-preview@0.153.0
2015-09-23 09:37:09 +08:00