diff options
-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 ffdb9f8c6..6293b880a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -580,6 +580,12 @@ Released 11 September 2020. </li> <li> + Lexilla interface supports setting initialisation properties on lexer libraries with + SetLibraryProperty and GetLibraryPropertyNames functions. + These are called by SciTE which will forward properties to lexer libraries that are prefixed with + "lexilla.context.". + </li> + <li> Allow cross-building for GTK by choosing pkg-config. <a href="https://sourceforge.net/p/scintilla/bugs/2189/">Bug #2189</a>. </li> |