diff options
author | Neil <nyamatongwe@gmail.com> | 2013-12-17 14:16:29 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2013-12-17 14:16:29 +1100 |
commit | 07510a6ffd4f5b286c0d39711ddd9a651c4a84e2 (patch) | |
tree | 9e8a3b88e8b0cf0f330ce63bfa093a41eb9a1e3c /src/Selection.h | |
parent | 5d22624b5ff89b8e3fcefeb27c19012c668b247c (diff) | |
download | scintilla-mirror-07510a6ffd4f5b286c0d39711ddd9a651c4a84e2.tar.gz |
Added DropSelectionN API.
Diffstat (limited to 'src/Selection.h')
-rw-r--r-- | src/Selection.h | 1 |
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; |