aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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>