aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-08 15:20:59 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-08 15:20:59 +1000
commitf0c53e7b25f12be66881acc110d815ec491f1533 (patch)
treee39ee8ce22b6f882ebcd2afcccf9fa1e71fd0a4e /doc/ScintillaHistory.html
parent9547147a9ca0f258d5d25a0b0b116373ed29533f (diff)
downloadscintilla-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/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html7
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>