diff options
author | nyamatongwe <unknown> | 2007-07-02 00:47:30 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-07-02 00:47:30 +0000 |
commit | 4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a (patch) | |
tree | 058fbd4ee99353e156a4ce1c739c1155d7019a76 /src/Editor.h | |
parent | a016d13fff6df381d02279b130397852a1d47477 (diff) | |
download | scintilla-mirror-4ab7b0b4e4ef21b23f4896ed56031405d89a1e9a.tar.gz |
Scroll width tracking feature.
Diffstat (limited to 'src/Editor.h')
-rw-r--r-- | src/Editor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h index 501abb632..2115af7d9 100644 --- a/src/Editor.h +++ b/src/Editor.h @@ -136,6 +136,8 @@ protected: // ScintillaBase subclass needs access to much of Editor int xCaretMargin; ///< Ensure this many pixels visible on both sides of caret bool horizontalScrollBarVisible; int scrollWidth; + bool trackLineWidth; + int lineWidthMaxSeen; bool verticalScrollBarVisible; bool endAtLastLine; bool caretSticky; |