aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Selection.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2015-06-24 15:27:07 +1000
committerNeil <nyamatongwe@gmail.com>2015-06-24 15:27:07 +1000
commit499682c7b1c9f7ab6f57ecdf7dc7b49460781e21 (patch)
tree3c7afab6071d04caf7c94f6bf5e308e20b59dd2f /src/Selection.h
parent4ea5412e32bed129495cbcc8b37926d47349aad4 (diff)
downloadscintilla-mirror-499682c7b1c9f7ab6f57ecdf7dc7b49460781e21.tar.gz
Make multiple selection work over most cursor movement and selection, new line,
and word and line part deletion commands.
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 166e3fa71..22c01beff 100644
--- a/src/Selection.h
+++ b/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);