aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
committerNeil <nyamatongwe@gmail.com>2013-12-17 14:16:29 +1100
commit9fa594e3ebde4d884afe9626be086143cf0adaf8 (patch)
tree365e091d2d9408d27ca8319d47621f8f6a422f7e /src/Selection.h
parent5d1381f5b22d9999cad3d208268b7d976b478b54 (diff)
downloadscintilla-mirror-9fa594e3ebde4d884afe9626be086143cf0adaf8.tar.gz
Added DropSelectionN API.
Diffstat (limited to 'src/Selection.h')
-rw-r--r--src/Selection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Selection.h b/src/Selection.h
index 956a0f99d..e84d3c32c 100644
--- a/src/Selection.h
+++ b/src/Selection.h
@@ -167,6 +167,7 @@ public:
void SetSelection(SelectionRange range);
void AddSelection(SelectionRange range);
void AddSelectionWithoutTrim(SelectionRange range);
+ void DropSelection(size_t r);
void TentativeSelection(SelectionRange range);
void CommitTentative();
int CharacterInSelection(int posCharacter) const;