Commit Graph

25364 Commits

Author SHA1 Message Date
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
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
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
Nathan Sobo
ed6fe6a82b Remove testSerialization call 2015-09-22 11:57:12 -06:00
Nathan Sobo
0145ae3436 Merge pull request #8892 from atom/ns-throw-when-adding-destroyed-pane-items
Throw exception when adding a pane item that has already been destroyed
2015-09-22 10:57:57 -06:00
Nathan Sobo
e443957c3b Remove serializable dependency 2015-09-22 10:55:59 -06:00
Nathan Sobo
3d4ed37f81 Don’t use Serializable mixin in Workspace 2015-09-22 10:55:52 -06:00
Nathan Sobo
d997c80d31 Don’t use Serializable mixin in Project 2015-09-22 10:50:11 -06:00
Nathan Sobo
17b4725b44 Don’t use Serializable mixin in PaneContainer 2015-09-22 10:46:30 -06:00
Nathan Sobo
8ce0e6141f Don’t use Serializable mixin in PaneAxis 2015-09-22 10:38:37 -06:00
Nathan Sobo
b3b7b3f3dd Don’t use Serializable mixin in Pane 2015-09-22 10:37:15 -06:00
Nathan Sobo
04bda33c10 Don’t use Serializable mixin in TextEditor 2015-09-22 10:37:15 -06:00
Nathan Sobo
69c4764b2f Don’t use Serializable mixin in DisplayBuffer 2015-09-22 10:37:15 -06:00
Nathan Sobo
4a1d1fdffb Don’t use Serializable mixin in TokenizedBuffer 2015-09-22 10:37:15 -06:00
Nathan Sobo
e5e79983b6 Fix typo 2015-09-22 10:37:15 -06:00
Nathan Sobo
4e5cbdc3f6 Remove includeDeprecatedAPIs reference from GrammarRegistry 2015-09-22 10:37:15 -06:00
Nathan Sobo
69833af3bd Remove property-accessors dependency 2015-09-22 10:37:14 -06:00