aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2013-02-26 13:44:57 +1100
committernyamatongwe <devnull@localhost>2013-02-26 13:44:57 +1100
commit5b6b1c5c7d78bcf0e6abbcd6edcd1c9604b115a0 (patch)
tree8a3d957f2a42be8667ffb9bc496c67191f9629b6
parent67d9ead66ad29b460a430a66bacf4e07509d8d46 (diff)
downloadscintilla-mirror-5b6b1c5c7d78bcf0e6abbcd6edcd1c9604b115a0.tar.gz
Added Unicode support in StyleContext and LexAccessor::LineEnd to change list.
-rw-r--r--doc/ScintillaHistory.html6
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>