diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-09-11 07:56:21 +1000 | 
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-09-11 07:56:21 +1000 | 
| commit | f07f63a38a4bc5e3786bc1341aa10466ed97fbf1 (patch) | |
| tree | 95fc51018621c14a1fac5e63ea03d0f8eefb163c | |
| parent | 43cd6b2257ad38e41121149bd1f8f0d4e694a49e (diff) | |
| download | scintilla-mirror-f07f63a38a4bc5e3786bc1341aa10466ed97fbf1.tar.gz | |
Updates to Lexilla interface mentioned.rel-4-4-5
| -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> | 
