diff options
author | nyamatongwe <devnull@localhost> | 2009-10-16 09:31:58 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-10-16 09:31:58 +0000 |
commit | 25917b1b1b9c74931a0632269d567bc7499da2d6 (patch) | |
tree | 5c136b32253fb6cb03071af55b4e5d3405f90fe4 /src/Editor.h | |
parent | e9de1762eb2692cf9edcb12e52e01b217817839f (diff) | |
download | scintilla-mirror-25917b1b1b9c74931a0632269d567bc7499da2d6.tar.gz |
Setting to make additional carets invisible from Florian Balmer.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 8f1ca9b7c..fb29b3df7 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -143,6 +143,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool multipleSelection; bool additionalSelectionTyping; bool additionalCaretsBlink; + bool additionalCaretsVisible; int virtualSpaceOptions; |