diff options
| author | nyamatongwe <unknown> | 2011-06-13 08:22:12 +1000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2011-06-13 08:22:12 +1000 |
| commit | 1741f339d4cac847cf9c465a8a1494fe7b50629a (patch) | |
| tree | 71fad8a1baf916397c6b96fe85c761c203232e10 /src/Editor.h | |
| parent | d2f6831368cd662d7a403cb533f439159f884ca0 (diff) | |
| download | scintilla-mirror-1741f339d4cac847cf9c465a8a1494fe7b50629a.tar.gz | |
Moved marginOptions from ViewStyle to Editor as it is a behavioural option.
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 ca01bf6d3..48f4d1ccd 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -163,6 +163,7 @@ protected: // ScintillaBase subclass needs access to much of Editor bool verticalScrollBarVisible; bool endAtLastLine; int caretSticky; + int marginOptions; bool multipleSelection; bool additionalSelectionTyping; int multiPasteMode; |
