From 355c9bde45e0516bb43e8ff17c8c606f68fcb5b9 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 30 Jan 2010 23:32:31 +0000 Subject: Fix bug #2942131 Caret pos after rectagular delete. --- src/Editor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.h') 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_); -- cgit v1.2.3