aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-08-11 10:05:07 +1000
committerNeil <nyamatongwe@gmail.com>2017-08-11 10:05:07 +1000
commit96657eb5612eafc4e8cfc57c89aabd76f075f9f6 (patch)
treeb3085e66348c9e6f922899cb096ded6d431f850e
parent6668b1e4c836023756ab6ae2ab252a19546e3e74 (diff)
downloadscintilla-mirror-96657eb5612eafc4e8cfc57c89aabd76f075f9f6.tar.gz
Backport: Include more of the upstream changes.
Backport based on changeset 6373:0e8968428a58.
-rw-r--r--doc/ScintillaHistory.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 88a8e636d..3b867255d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -533,6 +533,17 @@
Support dropped for GTK+ versions before 2.24.
</li>
<li>
+ A new lexer interface ILexerWithMetaData with additional style metadata methods was added.
+ </li>
+ <li>
+ The platform layer interface has changed with unused methods removed, a new mechanism for
+ reporting events, removal of methods that take individual keyboard modifiers, and removal of old timer methods.
+ </li>
+ <li>
+ <a href="StyleMetadata.html">Style metadata</a> may be retrieved from lexers that support this through the SCI_GETNAMEDSTYLES, SCI_NAMEOFSTYLE,
+ SCI_TAGSOFSTYLE, and SCI_DESCRIPTIONOFSTYLE APIs.
+ </li>
+ <li>
The default encoding in Scintilla is UTF-8.
</li>
<li>