diff options
author | nyamatongwe <devnull@localhost> | 2010-09-25 18:02:59 +1000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2010-09-25 18:02:59 +1000 |
commit | 37d3d30561e4bb5740aac4977a8191a7bb29959a (patch) | |
tree | a2bfaf25a52ce4c3061f4eb1c409ef8cb57df6ef /src/ViewStyle.h | |
parent | 18dd7b2eaa6d7228328a6a5dbac3306305841ad6 (diff) | |
download | scintilla-mirror-37d3d30561e4bb5740aac4977a8191a7bb29959a.tar.gz |
Optimization of line layout by minimizing calls in Editor::LayoutLine and avoiding
case force processing unless at least one style uses a case force option.
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 22e365b02..cd6dc1a28 100644 --- a/src/ViewStyle.h +++ b/src/ViewStyle.h @@ -106,6 +106,7 @@ public: int caretStyle; int caretWidth; bool someStylesProtected; + bool someStylesForceCase; int extraFontFlag; int extraAscent; int extraDescent; |