aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-06-13 10:54:55 +0000
committernyamatongwe <devnull@localhost>2000-06-13 10:54:55 +0000
commitddf270fed1cde4e425dc637ae9e081db3bae6e5e (patch)
tree85c2047e701cde2b876b350f088796cff2134351
parent36accab9ac41ffa330306c3370fe20abbb7d8f93 (diff)
downloadscintilla-mirror-ddf270fed1cde4e425dc637ae9e081db3bae6e5e.tar.gz
Added character set option to histiry.rel-1-26
-rw-r--r--doc/ScintillaHistory.html4
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.