aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-01-30 23:32:31 +0000
committernyamatongwe <devnull@localhost>2010-01-30 23:32:31 +0000
commit355c9bde45e0516bb43e8ff17c8c606f68fcb5b9 (patch)
tree3cb7dc952cf37135f963373295430eda84b4f90e /src/Editor.h
parent2500ebc8eda4588b3a0cba45484470ea417afbde (diff)
downloadscintilla-mirror-355c9bde45e0516bb43e8ff17c8c606f68fcb5b9.tar.gz
Fix bug #2942131 Caret pos after rectagular delete.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index a0431df29..92dcfb14b 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -283,6 +283,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
SelectionPosition SelectionStart();
SelectionPosition SelectionEnd();
void SetRectangularRange();
+ void ThinRectangularRange();
void InvalidateSelection(SelectionRange newMain, bool invalidateWholeSelection=false);
void SetSelection(SelectionPosition currentPos_, SelectionPosition anchor_);
void SetSelection(int currentPos_, int anchor_);