aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-05-11 10:06:28 +1000
committerNeil <nyamatongwe@gmail.com>2021-05-11 10:06:28 +1000
commit002f1a013736a89223dc1ede2724f8492e12ce1f (patch)
tree26232075fd5f586fae60fc75f8f97dd811855115 /doc/ScintillaHistory.html
parent59052f9ae48d6e24a270303d9f2af4097ca62086 (diff)
downloadscintilla-mirror-002f1a013736a89223dc1ede2724f8492e12ce1f.tar.gz
Implement SCI_GETELEMENTBASECOLOUR to return the default values for element
colours.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index bf43a17b6..64260aa88 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -586,6 +586,9 @@
translucently over text or opaquely underneath other drawing.
</li>
<li>
+ Add SCI_GETELEMENTBASECOLOUR to return the default values for element colours.
+ </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.