From 1539a90ee729701184cbb4695ecb15f8fcf0e1fd Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 26 Sep 2014 17:31:47 -0700 Subject: [PATCH] :memo: --- src/text-editor.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/text-editor.coffee b/src/text-editor.coffee index 33921a257..b941f4af0 100644 --- a/src/text-editor.coffee +++ b/src/text-editor.coffee @@ -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: ->