diff options
author | 8day <unknown> | 2025-03-20 13:39:16 +1100 |
---|---|---|
committer | 8day <unknown> | 2025-03-20 13:39:16 +1100 |
commit | cb342d444c6c13671a5c1832d1723c073eca0a37 (patch) | |
tree | f0833540d3de43897bc0b6a5819c53a8370a6c68 /doc | |
parent | b1823dea90391e67d4a5ee96a4a997230035fe58 (diff) | |
download | scintilla-mirror-cb342d444c6c13671a5c1832d1723c073eca0a37.tar.gz |
Bug [#2465]. Signal autoCompleteSelection converts from local encoding when not
in Unicode mode.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ScintillaHistory.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 01429dc42..573242ef4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -587,6 +587,7 @@ <td>Pawel Z Wronek</td> <td>Joachim Mairboeck</td> <td>Gianluca Vaccari</td> + <td>8day</td> </tr> </table> <h2 id="Releases">Releases</h2> @@ -612,6 +613,10 @@ On Qt, avoid a dwell start when the mouse is moved outside the Scintilla widget. <a href="https://sourceforge.net/p/scintilla/bugs/2466/">Bug #2466</a>. </li> + <li> + On Qt, autoCompleteSelection converts from local encoding when not in Unicode mode. + <a href="https://sourceforge.net/p/scintilla/bugs/2465/">Bug #2465</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla555.zip">Release 5.5.5</a> |