Antonio Scandurra
a49fe3140f
Merge branch 'master' into as-double-reflow-measurements
2015-09-29 09:09:54 +02:00
Thomas Johansen
6166c81e4c
Merge pull request #8972 from atom/tj-fix-deprecated-reference-in-docs
...
Update reference to deprecated method Project::getRepo
2015-09-29 08:41:15 +02:00
Antonio Scandurra
f877f3695d
Revert "Temporarily un-deprecate TextEditor methods"
...
This reverts commit 8fb4e887df .
2015-09-29 08:25:51 +02:00
Antonio Scandurra
e648d880ed
Manually set rows per page in the model
2015-09-29 08:24:28 +02:00
Max Brunsfeld
d55398b77b
Use key-path-helpers module instead of underscore-plus
2015-09-28 17:27:15 -07:00
Max Brunsfeld
8fb4e887df
Temporarily un-deprecate TextEditor methods
2015-09-28 10:30:01 -07:00
Antonio Scandurra
6f7b98178c
Fix linting errors
2015-09-28 15:40:43 +02:00
Antonio Scandurra
3ad9bb3d21
Fix typo on TextEditorElement ::getWidth/::getHeight
2015-09-28 14:14:23 +02:00
Thomas Johansen
efda18ae73
📝 Update reference to deprecated method
...
GitRepository class documentation references deprecated method
Project::getRepo. This resolves that by instead using the replacement
Project::getRepositories.
Although, it seems as if that will be removed in v2.0, so perhaps we should
update this to instead using the async Project::getDirectories method, coupled
with Project::repositoryForDirectory?
/cc @atom/feedback
Fixes #8971
2015-09-28 13:34:36 +02:00
Antonio Scandurra
47b6f043e9
Merge branch 'master' into as-double-reflow-measurements
...
# Conflicts:
# src/text-editor-presenter.coffee
2015-09-28 11:19:56 +02:00
Antonio Scandurra
1e4a1723c9
🎨 Some refactoring before updating from master
2015-09-28 11:05:43 +02:00
Antonio Scandurra
575d79acce
Merge pull request #8604 from lpommers/pressing-esc-on-multiple-cursors-returns-to-original-cursor-or-selection
...
Pressing esc on multiple cursors returns to original cursor or selection
2015-09-28 10:01:42 +02:00
Wliu
7c0a656036
🔥 Remove hardcoded Makefile tab behavior
2015-09-26 15:54:51 -04:00
Antonio Scandurra
f17767a2bc
Merge pull request #8905 from atom/as-display-buffer-logical-coordinates
...
Use logical coordinates in DisplayBuffer
2015-09-26 18:05:10 +02:00
Max Brunsfeld
ff8203460a
Merge branch 'master' into mb-adjust-app-name-by-channel
...
Conflicts:
build/Gruntfile.coffee
2015-09-25 14:47:58 -07:00
Antonio Scandurra
74deceb037
🎨
2015-09-25 18:03:07 +02:00
Antonio Scandurra
7316eb4d52
🔥 Drop deprecated methods from the public API
2015-09-25 17:27:14 +02:00
Antonio Scandurra
7cd318f55a
🔥
2015-09-25 13:28:18 +02:00
Antonio Scandurra
a0277728d6
🔥 Remove deprecated methods
2015-09-25 12:58:23 +02:00
Antonio Scandurra
bded7e4fb0
💚
2015-09-25 12:04:25 +02:00
Antonio Scandurra
051baebd9c
Shim ::setHeight and ::getHeight to TextEditorElement
2015-09-25 11:15:41 +02:00
Antonio Scandurra
33a67ad3c9
Shim ::setWidth and ::getWidth to TextEditorElement
2015-09-25 11:05:41 +02:00
Antonio Scandurra
ce714b9852
🎨 Rename to ::onDidRequestAutoscroll
2015-09-25 10:57:09 +02:00
Antonio Scandurra
b0d70a63c6
Prevent default event for actions that won't lead to scrolling
2015-09-25 10:55:03 +02:00
Antonio Scandurra
0e72593a0c
Enforce a 'last scroll wins' model for batched scrolls
2015-09-25 10:43:20 +02:00
Antonio Scandurra
d65b5d1793
Revert "Maintain scroll history"
...
This reverts commit 2e6bb53303 .
2015-09-25 10:31:48 +02:00
Max Brunsfeld
7a0fa8ecdc
Merge pull request #8897 from ssorallen/lowercase-optional
...
Use lowercase 'optional' keyword used by docs
2015-09-24 11:26:07 -07:00
Antonio Scandurra
2e6bb53303
Maintain scroll history
2015-09-24 16:25:58 +02:00
Antonio Scandurra
365a586466
Ensure realScroll... is up to date with scroll...
2015-09-24 15:16:40 +02:00
Antonio Scandurra
270334b713
Adjust pixelRectForScreenRange to return absolute values
2015-09-24 11:30:46 +02:00
Antonio Scandurra
19ca87f79f
💚 Fix specs
2015-09-24 11:27:54 +02:00
Antonio Scandurra
535a9da946
wip
2015-09-24 11:21:26 +02:00
Antonio Scandurra
a137e50857
Merge pull request #8895 from atom/as-undefined-offset-height
...
Allow null TextEditorComponent::domNode during visibility check
2015-09-24 10:33:44 +02:00
Antonio Scandurra
3236c8f0f8
Let's start with deprecations!
2015-09-24 10:07:38 +02:00
Antonio Scandurra
c76525fc63
Restore scroll position after we have pixel position requirements
2015-09-24 10:01:11 +02:00
Antonio Scandurra
6673c892d5
Remove references to TextEditor::scroll...
2015-09-24 09:15:10 +02:00
Antonio Scandurra
1f81c633e0
Serialize state using logical coordinates
2015-09-24 09:01:51 +02:00
Antonio Scandurra
89fea629c6
Merge branch 'master' into as-display-buffer-logical-coordinates
2015-09-24 08:28:35 +02:00
Max Brunsfeld
a97029c3d2
Merge pull request #8721 from scv119/autoupdate
...
Add --no-auto-update while run `scripts/build` to disable autoupdate
2015-09-23 17:31:52 -07:00
Max Brunsfeld
cd31f9506a
Install apm as apm-beta in beta version
2015-09-23 14:10:07 -07:00
Max Brunsfeld
a9531fc4dd
Install atom command as 'atom-beta' when using beta version
2015-09-23 14:10:07 -07: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
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