diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ce13b27e9..3009a5202 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -139,6 +139,10 @@ Multiple buffers may be open in SciTE. </li> <li> + Each style may have a character set configured. This may determine + the characters that are displayed by the style. + </li> + <li> In the C++ lexer, lexing of preprocessor source may either treat it all as being in the preprocessor class or only the initial # and preprocessor command word as being in the preprocessor class. |