This commit is contained in:
Ben Ogle
2014-09-26 17:31:47 -07:00
parent b958286d22
commit 1539a90ee7

View File

@@ -1660,7 +1660,7 @@ class TextEditor extends Model
# Essential: Get the {Range}s of all selections in buffer coordinates.
#
# The ranges are sorted by their position in the buffer.
# The ranges are sorted by when the selections were added. Most recent at the end.
#
# Returns an {Array} of {Range}s.
getSelectedBufferRanges: ->
@@ -1706,7 +1706,7 @@ class TextEditor extends Model
# Essential: Get the {Range}s of all selections in screen coordinates.
#
# The ranges are sorted by their position in the buffer.
# The ranges are sorted by when the selections were added. Most recent at the end.
#
# Returns an {Array} of {Range}s.
getSelectedScreenRanges: ->