Max Brunsfeld
|
aa8b97a039
|
Respect options to Cursor::getBeginningOfNextWordBufferPosition
|
2015-01-01 23:02:24 -08:00 |
|
Max Brunsfeld
|
a1b4820c04
|
Revert "Revert "Merge pull request #4631""
This reverts commit dc2a453986.
Conflicts:
spec/config-spec.coffee
src/config.coffee
|
2014-12-23 09:26:40 -08:00 |
|
Max Brunsfeld
|
dc2a453986
|
Revert "Merge pull request #4631 from atom/mb-new-config-api"
This reverts commit 5147fb6a8b, reversing
changes made to 9bbbb58084.
|
2014-12-16 15:27:39 -08:00 |
|
Nathan Sobo
|
c58606907a
|
Make scope a trailing option to Config::get
|
2014-12-16 14:00:56 -08:00 |
|
Max Brunsfeld
|
a6f31ed791
|
Pass event to Cursor::onDidChangePosition callbacks
|
2014-12-09 17:21:03 -08:00 |
|
Max Brunsfeld
|
e04b5a74d7
|
Fix position in Cursor::moveToBeginningOfPreviousParagraph
Also, remove unused parameters to private Cursor methods
|
2014-12-09 16:59:50 -08:00 |
|
Ben Ogle
|
b635fa0c97
|
Use Grim.
Refs #3706
|
2014-12-01 10:58:23 -08:00 |
|
Ben Ogle
|
67d5d997c9
|
💄 in 📝
|
2014-11-11 13:08:27 -08:00 |
|
Ben Ogle
|
40c11410f0
|
Add Cursor::getMarker() method
|
2014-11-11 13:08:19 -08:00 |
|
Ben Ogle
|
58892be6f7
|
Use proper verbiage for the docs
|
2014-11-11 11:24:46 -08:00 |
|
Ben Ogle
|
2aaa025d72
|
Add deprecated getMoveNextWordBoundaryBufferPosition
Closes #4151
|
2014-11-11 11:24:10 -08:00 |
|
Ben Ogle
|
5c5c6e77fd
|
Move method to be with similar methods in the docs.
|
2014-11-10 14:18:35 -08:00 |
|
Ben Ogle
|
e9678a15f1
|
Add more docs for getPrev/NextWordBoundary methods
|
2014-11-10 14:18:15 -08:00 |
|
Ben Ogle
|
f0135adb62
|
Fix method name
|
2014-11-10 14:17:48 -08:00 |
|
Ben Ogle
|
137eeab4cf
|
Return scopes arrays from deprecated methods
backward compatibility
|
2014-10-21 11:19:58 -07:00 |
|
Ben Ogle
|
ce2959c0b9
|
Return ScopeDescriptor objects
|
2014-10-20 17:49:02 -07:00 |
|
Ben Ogle
|
274bbeec27
|
Fix deprecate reference
|
2014-10-13 16:32:17 -07:00 |
|
Ben Ogle
|
6ab002d4be
|
Cursor::getScopes -> Cursor::getScopeDescriptor
|
2014-10-13 16:14:31 -07:00 |
|
Ben Ogle
|
416898e278
|
Scope usage of editor.nonWordCharacters
|
2014-10-08 16:01:40 -07:00 |
|
Ben Ogle
|
683d0d1b16
|
Editor -> TextEditor
|
2014-09-25 15:14:29 -07:00 |
|
Ben Ogle
|
021208d933
|
Update Cursor::onDidChangePosition doc string
|
2014-09-22 16:12:51 -07:00 |
|
Ben Ogle
|
e5c03e139a
|
Only pass event to the editor
|
2014-09-22 15:50:40 -07:00 |
|
Ben Ogle
|
5083c18c84
|
Add cursor to onDidChangeCursorPosition event object
|
2014-09-22 15:37:41 -07:00 |
|
Ben Ogle
|
2af699f35e
|
Rename cursor sections
|
2014-09-18 17:27:08 -07:00 |
|
Ben Ogle
|
fad83fff1c
|
Change name of section in cursor
|
2014-09-17 15:57:24 -07:00 |
|
Ben Ogle
|
6467f3c425
|
Reorganize cursor into sections
|
2014-09-16 16:50:17 -07:00 |
|
Ben Ogle
|
f8b17b6b3c
|
Add Returns line to all the event subscription methods
|
2014-09-10 17:07:21 -07:00 |
|
Ben Ogle
|
2e219f288d
|
Add sections for docs clarity
|
2014-09-09 15:55:47 -07:00 |
|
Ben Ogle
|
e452b88fec
|
Add sections for events
|
2014-09-09 12:30:43 -07:00 |
|
Ben Ogle
|
9db804b413
|
Doc events in Cursor
|
2014-09-09 10:51:46 -07:00 |
|
Nathan Sobo
|
56687027b6
|
Add Cursor::onDidChangePosition and ::onDidDestroy and deprecate ::on
|
2014-09-05 11:39:34 -07:00 |
|
Nathan Sobo
|
1131b33a83
|
Add DisplayBufferMarker::onDidChange and ::onDidDestroy
|
2014-09-05 11:39:33 -07:00 |
|
Nathan Sobo
|
2a81687d38
|
Add Editor::onDidMoveCursor
|
2014-09-05 11:39:33 -07:00 |
|
Ben Ogle
|
691c7ee585
|
Considerably more elegant (and correct) moveLeft and moveRight
|
2014-09-03 17:19:06 -07:00 |
|
Ben Ogle
|
7a3893c7bb
|
Update doc strings
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
06165b2167
|
Remove the max call
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
f82c59d865
|
Add columnCount to moveRight
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
29f15d0f20
|
Make moveLeft() with huge values span multiple rows
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
99c07decf2
|
Add columnCount var to Editor::moveLeft and Cursor::moveLeft
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
851034c8d3
|
Failing test
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
3a85148f69
|
Fix doc strings
|
2014-09-03 16:10:33 -07:00 |
|
Ben Ogle
|
c0c941b8db
|
lineForBufferRow -> lineTextForBufferRow
|
2014-09-03 14:42:46 -07:00 |
|
Ben Ogle
|
1f925078e9
|
Remove deprecation
|
2014-09-02 14:59:06 -07:00 |
|
Ben Ogle
|
a564da1eb0
|
Remove unnecessary deprecated methods
|
2014-09-02 14:58:20 -07:00 |
|
Ben Ogle
|
5163d0f810
|
Fix dupe functions
|
2014-08-28 18:19:12 -07:00 |
|
Ben Ogle
|
9c53d6f014
|
Deprecate getCursor()
|
2014-08-28 18:10:18 -07:00 |
|
Ben Ogle
|
2551313b58
|
Deprecate methods on cursor
|
2014-08-28 16:31:10 -07:00 |
|
Ben Ogle
|
7ca5ece68a
|
Add methods to be symmetrical with selections
* getCursorsOrderedByBufferPosition
* getCursorBufferPositions
* getCursorScreenPositions
|
2014-08-28 16:06:44 -07:00 |
|
Ben Ogle
|
8aae7b983e
|
📝 Convert Cursor Docs
|
2014-08-25 15:13:45 -07:00 |
|
Nathan Sobo
|
5cb084d568
|
Fix editor:move-to-first-character-of-line with leading hard tabs
Fixes #3314
|
2014-08-19 11:50:04 -06:00 |
|