diff options
author | nyamatongwe <unknown> | 2000-06-13 10:54:55 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-06-13 10:54:55 +0000 |
commit | 716a74bb011444d47cfebbf400a070cd7536b856 (patch) | |
tree | 85c2047e701cde2b876b350f088796cff2134351 | |
parent | 0e7aad33b9f02924efad5ca911e3e5a0d1324dbc (diff) | |
download | scintilla-mirror-716a74bb011444d47cfebbf400a070cd7536b856.tar.gz |
Added character set option to histiry.
-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. |