aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index c0123dd4a..6d64439c7 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -603,6 +603,10 @@
Add SC_ELEMENT_WHITE_SPACE to set the colour of visible whitespace including translucency.
</li>
<li>
+ Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
+ SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
+ </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.