diff options
author | Neil <nyamatongwe@gmail.com> | 2025-05-16 11:47:33 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2025-05-16 11:47:33 +1000 |
commit | a9d050f5145f572542c986f1bcdcdf1c3514f1e9 (patch) | |
tree | 18c54ebf4dede4a0c4f658a26dcc7e72c2614cc5 /doc | |
parent | d740cae0763d8b3730836e9bd558bf44c5e41eb6 (diff) | |
download | scintilla-mirror-a9d050f5145f572542c986f1bcdcdf1c3514f1e9.tar.gz |
Fix wrapping bug for UTF-8 where \r\n could wrap between the characters.
https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373
Diffstat (limited to 'doc')
-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 d1fdd16d7..f82671db4 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -612,6 +612,10 @@ Initially only on GTK and Qt. </li> <li> + Fix wrapping bug for UTF-8 where \r\n could wrap between the characters. + <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/pull/16373">Notepad++ Pull Request #16373</a>. + </li> + <li> On GTK, reset vertical scroll bar synchronously in SCI_SETDOCPOINTER to fix bug where scroll position not restored in non-wrap mode. <a href="https://sourceforge.net/p/scintilla/bugs/2416/">Bug #2416</a>. |