diff options
author | nyamatongwe <devnull@localhost> | 2009-09-03 00:41:00 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-09-03 00:41:00 +0000 |
commit | 02bdf3790357f2b857d2f4dc8cc066442a82ebb7 (patch) | |
tree | 3bac05d1b7e2b0f676a9b79659a853c7f0d14f3a /src/ViewStyle.h | |
parent | a9295312e4391629e239f5a662dbdd8395777901 (diff) | |
download | scintilla-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.h | 1 |
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; |