diff options
Diffstat (limited to 'scintilla/src/Selection.h')
-rw-r--r-- | scintilla/src/Selection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scintilla/src/Selection.h b/scintilla/src/Selection.h index 0e605bb..fc14408 100644 --- a/scintilla/src/Selection.h +++ b/scintilla/src/Selection.h @@ -168,6 +168,7 @@ public: int Length() const;
void MovePositions(bool insertion, int startChange, int length);
void TrimSelection(SelectionRange range);
+ void TrimOtherSelections(size_t r, SelectionRange range);
void SetSelection(SelectionRange range);
void AddSelection(SelectionRange range);
void AddSelectionWithoutTrim(SelectionRange range);
|