aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ViewStyle.h
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
committernyamatongwe <devnull@localhost>2009-09-03 00:41:00 +0000
commit02bdf3790357f2b857d2f4dc8cc066442a82ebb7 (patch)
tree3bac05d1b7e2b0f676a9b79659a853c7f0d14f3a /src/ViewStyle.h
parenta9295312e4391629e239f5a662dbdd8395777901 (diff)
downloadscintilla-mirror-02bdf3790357f2b857d2f4dc8cc066442a82ebb7.tar.gz
Added white space mark size setting from Enrico Tröger.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r--src/ViewStyle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h
index fe17a0aa7..1a85cf43f 100644
--- a/src/ViewStyle.h
+++ b/src/ViewStyle.h
@@ -92,6 +92,7 @@ public:
int fixedColumnWidth;
int zoomLevel;
WhiteSpaceVisibility viewWhitespace;
+ int whitespaceSize;
IndentView viewIndentationGuides;
bool viewEOL;
bool showMarkedLines;