From 0ffb929a4bd915ec6e057a22f43b3f892aaf5de4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 26 Feb 2013 13:44:57 +1100 Subject: Added Unicode support in StyleContext and LexAccessor::LineEnd to change list. --- doc/ScintillaHistory.html | 6 ++++++ 1 file changed, 6 insertions(+) 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.
  • + 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. +
  • +
  • The C++ lexer understands the #undef directive when determining preprocessor definitions. Feature #978.
  • -- cgit v1.2.3