diff options
| author | nyamatongwe <devnull@localhost> | 2010-07-12 02:07:14 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-07-12 02:07:14 +0000 |
| commit | f94acd10a0770218e071810392dcbf7546258399 (patch) | |
| tree | 2d25e7bde2d6fa93d7aa6b2ad659b61e8f7a5163 /src/Editor.h | |
| parent | 52503a6ed8ed86bdb59e5a352684ab2ee125110e (diff) | |
| download | scintilla-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.h | 2 |
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; |
