diff options
author | Neil <nyamatongwe@gmail.com> | 2020-05-26 12:35:19 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-05-26 12:35:19 +1000 |
commit | 7164b4855d19b72aa3460b851f9989ffa8cf6f91 (patch) | |
tree | 6a261aea1229790257aeca5767c88f342f608027 | |
parent | 0ac5812734907afd0dd5447c6e18ee5203ad4fff (diff) | |
download | scintilla-mirror-7164b4855d19b72aa3460b851f9989ffa8cf6f91.tar.gz |
Change log additions.
-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> |