aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--doc/ScintillaHistory.html6
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;