diff options
author | Sven Ritter <unknown> | 2025-06-12 10:54:21 +1000 |
---|---|---|
committer | Sven Ritter <unknown> | 2025-06-12 10:54:21 +1000 |
commit | cfc124a4a9d8ba3176c2ba8a107dcdf4bdd36137 (patch) | |
tree | 5ecafbb48ee7275d1dfa511031a2319f32fbe635 /doc | |
parent | 5fcd699e7056409cab32c783758a6db87c88cb16 (diff) | |
download | scintilla-mirror-cfc124a4a9d8ba3176c2ba8a107dcdf4bdd36137.tar.gz |
Bug [#2482]. Force list colours to be opaque.
Enlarge bitmap to avoid visible blank background between items.
Diffstat (limited to 'doc')
-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 5f0901b7a..d4dfa7943 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -590,10 +590,24 @@ <td>8day</td> </tr><tr> <td>Ahmet Sait</td> + <td>Sven Ritter</td> </tr> </table> <h2 id="Releases">Releases</h2> <h3> + <a href="https://www.scintilla.org/scintilla558.zip">Release 5.5.8</a> + </h3> + <ul> + <li> + Released 8 June 2025. + </li> + <li> + On Win32, force autocompletion list colours to be opaque. + Enlarge bitmap to avoid visible blank background between items. + <a href="https://sourceforge.net/p/scintilla/bugs/2482/">Bug #2482</a>. + </li> + </ul> + <h3> <a href="https://www.scintilla.org/scintilla557.zip">Release 5.5.7</a> </h3> <ul> |