diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 18 | 
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 9c622cf90..03d5f875c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -573,6 +573,20 @@  	Released 27 April 2020.  	</li>  	<li> +	Added Xcode project files for Lexilla and Scintilla with no lexers (cocoa/Scintilla). +	</li> +	<li> +	For GTK, build a shared library with no lexers libscintilla.so or libscintilla.dll. +	</li> +	<li> +	Lexilla used as a shared library for most builds of SciTE except for the single file executable on Win32. +	On GTK, Scintilla shared library used. +	LexillaLibrary code can be copied out of SciTE for other applications that want to interface to Lexilla. +	</li> +	<li> +	Constants in Scintilla.h can be disabled with SCI_DISABLE_AUTOGENERATED. +	</li> +	<li>  	Implement per-monitor DPI Awareness on Win32 so both Scintilla and SciTE  	will adapt to the display scale when moved between monitors.  	Applications should forward WM_DPICHANGED to Scintilla. @@ -583,6 +597,10 @@  	<a href="https://sourceforge.net/p/scintilla/feature-requests/1347/">Feature #1347</a>.  	</li>  	<li> +	Add Appearance and Contrast properties to SciTE that allow customising visuals for dark mode and +	high contrast modes. +	</li> +	<li>  	Fixed bug in Batch lexer where a single character line with a single character line end continued  	state onto the next line.  	</li>  | 
