aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <nyamatongwe@gmail.com>2011-09-23 14:47:12 +1000
committernyamatongwe <nyamatongwe@gmail.com>2011-09-23 14:47:12 +1000
commit4d565849231de130f0605b966ebc75e3a4e89217 (patch)
tree67c6c6b962a4a478940f5be067782d4fa0bd08b4 /src/Editor.h
parent9472c27c87971bbf5fa2a3333b145c725fafab2a (diff)
downloadscintilla-mirror-4d565849231de130f0605b966ebc75e3a4e89217.tar.gz
Optimize scrolling a long way by not invalidating fold margin if going
to invalidate everything.
Diffstat (limited to 'src/Editor.h')
-rw-r--r--src/Editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.h b/src/Editor.h
index f1a500b74..cd5695c09 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -226,6 +226,7 @@ protected: // ScintillaBase subclass needs access to much of Editor
enum { notPainting, painting, paintAbandoned } paintState;
PRectangle rcPaint;
bool paintingAllText;
+ bool willRedrawAll;
StyleNeeded styleNeeded;
int modEventMask;