From 7164b4855d19b72aa3460b851f9989ffa8cf6f91 Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 26 May 2020 12:35:19 +1000 Subject: Change log additions. --- doc/ScintillaHistory.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'doc') 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.
  • + Added Xcode project files for Lexilla and Scintilla with no lexers (cocoa/Scintilla). +
  • +
  • + For GTK, build a shared library with no lexers libscintilla.so or libscintilla.dll. +
  • +
  • + 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. +
  • +
  • + Constants in Scintilla.h can be disabled with SCI_DISABLE_AUTOGENERATED. +
  • +
  • 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 @@ Feature #1347.
  • + Add Appearance and Contrast properties to SciTE that allow customising visuals for dark mode and + high contrast modes. +
  • +
  • Fixed bug in Batch lexer where a single character line with a single character line end continued state onto the next line.
  • -- cgit v1.2.3