aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
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 67dd2133d..bf43a17b6 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -579,6 +579,13 @@
Released 23 April 2021.
</li>
<li>
+ Change the way that selections and carets are drawn to use the element APIs.
+ The selection background colour may default to use platform APIs to discover global
+ or user settings and may change in response to those settings changing.
+ The SCI_SETSELECTIONLAYER method defines whether the selection background is drawn
+ translucently over text or opaquely underneath other drawing.
+ </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.