diff options
author | Neil Hodgson <nyamatongwe@gmail.com> | 2024-03-15 17:54:07 +1100 |
---|---|---|
committer | Neil Hodgson <nyamatongwe@gmail.com> | 2024-03-15 17:54:07 +1100 |
commit | bb387ecf5a9a81723637a153896e4ee0eb16bbc8 (patch) | |
tree | 7de0a961b8571033c1c4a3ea10ac4b54f2a8fc5b /doc/ScintillaHistory.html | |
parent | 16f53f7b3f2f16f5caf62ae01d3e892d70f7d9ca (diff) | |
download | scintilla-mirror-bb387ecf5a9a81723637a153896e4ee0eb16bbc8.tar.gz |
Bug [#2417]. Add elements for inactive additional selections
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT and
SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK.
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index be468929d..9ec26d44c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -584,6 +584,20 @@ </table> <h2>Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla544.zip">Release 5.4.4</a> + </h3> + <ul> + <li> + Released 9 March 2024. + </li> + <li> + Add elements for inactive additional selections SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_TEXT + and SC_ELEMENT_SELECTION_INACTIVE_ADDITIONAL_BACK. + When not set these default to SC_ELEMENT_SELECTION_INACTIVE_TEXT and SC_ELEMENT_SELECTION_INACTIVE_BACK. + <a href="https://sourceforge.net/p/scintilla/bugs/2417/">Bug #2417</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla543.zip">Release 5.4.3</a> </h3> <ul> |