diff options
| author | nyamatongwe <devnull@localhost> | 2007-07-02 00:47:30 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-07-02 00:47:30 +0000 |
| commit | dfea1c775b6f09b991b53547e1d179ddb5e2f744 (patch) | |
| tree | 058fbd4ee99353e156a4ce1c739c1155d7019a76 /src/Editor.h | |
| parent | d7c89974c88f6994d4c7cbdedada6c6f2e24a6dd (diff) | |
| download | scintilla-mirror-dfea1c775b6f09b991b53547e1d179ddb5e2f744.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; |
