diff options
author | nyamatongwe <unknown> | 2013-02-26 13:44:57 +1100 |
---|---|---|
committer | nyamatongwe <unknown> | 2013-02-26 13:44:57 +1100 |
commit | 0ffb929a4bd915ec6e057a22f43b3f892aaf5de4 (patch) | |
tree | c4d61abd6f8eefd8863b1e3e2afd578aa38c61b3 | |
parent | df89177eb0372ef7a112ee5f278a19aa6fe9b2c6 (diff) | |
download | scintilla-mirror-0ffb929a4bd915ec6e057a22f43b3f892aaf5de4.tar.gz |
Added Unicode support in StyleContext and LexAccessor::LineEnd to change list.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 8b14d442f..21be10c5e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -442,6 +442,12 @@ using SCI_ALLOCATEEXTENDEDSTYLES. </li> <li> + For Unicode documents, lexers that use StyleContext will retrieve whole characters + instead of bytes. + LexAccessor provides a LineEnd method which can be a more efficient way to + handle line ends and can enable Unicode line ends. + </li> + <li> The C++ lexer understands the #undef directive when determining preprocessor definitions. <a href="http://sourceforge.net/p/scintilla/feature-requests/978/">Feature #978.</a> </li> |