diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-08 15:20:59 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-08 15:20:59 +1000 |
commit | f0c53e7b25f12be66881acc110d815ec491f1533 (patch) | |
tree | e39ee8ce22b6f882ebcd2afcccf9fa1e71fd0a4e /doc | |
parent | 9547147a9ca0f258d5d25a0b0b116373ed29533f (diff) | |
download | scintilla-mirror-f0c53e7b25f12be66881acc110d815ec491f1533.tar.gz |
Feature [feature-requests:1373]. Make idle actions smoother by measuring
per-byte and allowing just one line to be processed in a time slice.
Very long lines will not distort estimation or block interaction as much.
Diffstat (limited to 'doc')
-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> |