mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
not ready yet
This commit is contained in:
@@ -96,6 +96,7 @@ class Editor extends Pane
|
||||
@ace.getSession().getValue()
|
||||
|
||||
removeTrailingWhitespace: ->
|
||||
return
|
||||
@ace.replaceAll "",
|
||||
needle: "[ \t]+$"
|
||||
regExp: true
|
||||
|
||||
2
vendor/ace/search.js
vendored
2
vendor/ace/search.js
vendored
@@ -98,7 +98,7 @@ Search.SELECTION = 2;
|
||||
iterator = this.$forwardMatchIterator(session);
|
||||
}
|
||||
|
||||
var ignoreCursorColumn = this.$options.wrap && this.$options.scope == Search.ALL;
|
||||
var ignoreCursorColumn = false && this.$options.wrap && this.$options.scope == Search.ALL;
|
||||
var start = session.getSelection().getCursor();
|
||||
if (ignoreCursorColumn) {
|
||||
session.getSelection().moveCursorTo(0, 0);
|
||||
|
||||
Reference in New Issue
Block a user