diff options
author | Neil <nyamatongwe@gmail.com> | 2017-03-11 10:41:32 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2017-03-11 10:41:32 +1100 |
commit | 4b2cbd11ee5c51e74345ddcf33fdf2bf7f77e8a5 (patch) | |
tree | 858b6817eb50983ce81e829c18aa447edd0234ad | |
parent | 2e6f62b71b89178c6801587de42d460c7af4fc5e (diff) | |
download | scintilla-mirror-4b2cbd11ee5c51e74345ddcf33fdf2bf7f77e8a5.tar.gz |
SciTE change log.
-rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 553059e7d..391049331 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -544,7 +544,7 @@ In the Python lexer, improve f-string support. Add support for multiline expressions in triple quoted f-strings. Handle nested "()", "[]", and "{}" in f-string expressions and terminate expression coloring at ":" or "!". - End f-string if ending quote is seen in a "{}" expression. + End f-string if ending quote is seen in a "{}" expression. Fix terminating single quoted f-string at EOL. <a href="http://sourceforge.net/p/scintilla/bugs/1918/">Bug #1918</a>. </li> @@ -586,6 +586,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1901/">Bug #1901</a>. </li> <li> + SciTE on GTK+ adds an "accessibility" property to allow disabling accessibility + on GTK+ as an optimization. + </li> + <li> SciTE on GTK+ has changed file chooser behaviour for some actions: overwriting an existing file shows a warning; the default session file name "SciTE.session" is shown and a "*.session" filter is applied; |