aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-07-12 02:07:14 +0000
committernyamatongwe <devnull@localhost>2010-07-12 02:07:14 +0000
commitf94acd10a0770218e071810392dcbf7546258399 (patch)
tree2d25e7bde2d6fa93d7aa6b2ad659b61e8f7a5163 /src/Editor.h
parent52503a6ed8ed86bdb59e5a352684ab2ee125110e (diff)
downloadscintilla-mirror-f94acd10a0770218e071810392dcbf7546258399.tar.gz
Feature #3027559 Extend "sticky caret" feature from Jason Oster.
Additional mode SC_CARETSTICKY_WHITESPACE implemented.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.h b/src/Editor.h
index 54411fad5..e7aa2e6ce 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -159,7 +159,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
int lineWidthMaxSeen;
bool verticalScrollBarVisible;
bool endAtLastLine;
- bool caretSticky;
+ int caretSticky;
bool multipleSelection;
bool additionalSelectionTyping;
int multiPasteMode;