aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-07-02 00:47:30 +0000
committernyamatongwe <devnull@localhost>2007-07-02 00:47:30 +0000
commitdfea1c775b6f09b991b53547e1d179ddb5e2f744 (patch)
tree058fbd4ee99353e156a4ce1c739c1155d7019a76 /src/Editor.h
parentd7c89974c88f6994d4c7cbdedada6c6f2e24a6dd (diff)
downloadscintilla-mirror-dfea1c775b6f09b991b53547e1d179ddb5e2f744.tar.gz
Scroll width tracking feature.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h2
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;