diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ac055a088..67dd2133d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -579,6 +579,13 @@ Released 23 April 2021. </li> <li> + Make idle actions wrapping and background styling smoother by + measuring per-byte instead of per-line and allowing just one line to be + processed in a time slice. + Very long lines will not distort estimation or block interaction as much. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1373/">Feature #1373</a>. + </li> + <li> On GTK 3 with Wayland, fix primary selection. <a href="https://sourceforge.net/p/scintilla/bugs/2227/">Bug #2227</a>. </li> |