diff options
author | Neil <nyamatongwe@gmail.com> | 2021-03-29 08:25:51 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-03-29 08:25:51 +1100 |
commit | ab70e1041cb40c9d807a18ca7abb5c000adf2fdf (patch) | |
tree | 709d60718e9cf33924a625f82ff7999494027f6f /doc/ScintillaHistory.html | |
parent | 508d037ed3389c5678addebefb62485ebfc10bb7 (diff) | |
download | scintilla-mirror-ab70e1041cb40c9d807a18ca7abb5c000adf2fdf.tar.gz |
Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements.
Implement SC_ELEMENT_LIST* to change colours of autocompletion lists.
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 c518cd60e..d8aea7a2a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -608,6 +608,10 @@ Add shapes with curved and rounded ends to EOL annotations as EOLANNOTATION_*. </li> <li> + Add SCI_SETELEMENTCOLOUR and related APIs to change colours of visible elements. + Implement SC_ELEMENT_LIST* to change colours of autocompletion lists. + </li> + <li> Change graphics coordinates from float (32-bit) to double (64-bit). Fixes uneven line heights in large documents on Cocoa. Increases memory use. |