aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-07-01 13:01:08 +0000
committernyamatongwe <unknown>2000-07-01 13:01:08 +0000
commit6d9d80245940ec0ad77004117a18666bb9e1fb70 (patch)
treedeef92284e207f9d363b1378a4b00d73b1aa2338 /src/Editor.h
parentb8437f1b16d52c6af556aec801d379276485e593 (diff)
downloadscintilla-mirror-6d9d80245940ec0ad77004117a18666bb9e1fb70.tar.gz
Support for print magnification and print light inverted.
Stopped printing of indentation guides.
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 73b0308c8..d1074073e 100644
--- a/src/Editor.h
+++ b/src/Editor.h
@@ -56,6 +56,8 @@ protected: // ScintillaBase subclass needs access to much of Editor
bool stylesValid;
ViewStyle vs;
Palette palette;
+ int printMagnification;
+ bool printInvertLight;
bool hideSelection;
bool inOverstrike;