diff options
author | Neil <nyamatongwe@gmail.com> | 2021-05-14 14:02:39 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-05-14 14:02:39 +1000 |
commit | d6136af6d39ae06b4b0b51bd4576338015722591 (patch) | |
tree | dd7ece130f6405ddfda06a3289a258ea0b3557af /doc/ScintillaHistory.html | |
parent | 17d2d5c793eaa95b170684213b18ff2e3f5ce291 (diff) | |
download | scintilla-mirror-d6136af6d39ae06b4b0b51bd4576338015722591.tar.gz |
Add elements for hot spots SC_ELEMENT_HOT_SPOT_ACTIVE and
SC_ELEMENT_HOT_SPOT_ACTIVE_BACK.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 4 |
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. |