diff options
| author | Neil <nyamatongwe@gmail.com> | 2020-06-11 16:22:59 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2020-06-11 16:22:59 +1000 |
| commit | 5ebd653f630d2f37c696f7f6928de4fa133b8486 (patch) | |
| tree | c847e71248933e357745ccae011b859d2b7c3dd1 /doc/ScintillaHistory.html | |
| parent | 87342a6cec6c3239e9891481f7774ffeef4fa71f (diff) | |
| download | scintilla-mirror-5ebd653f630d2f37c696f7f6928de4fa133b8486.tar.gz | |
Backport: Fix bug on Win32 where calling WM_GETTEXT for more text than in document could
return less text than in document.
Backport of changeset 8302:2faf8ba9d1fb.
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 1b0697810..ae942e58e 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -590,6 +590,10 @@ <a href="https://sourceforge.net/p/scintilla/bugs/2185/">Bug #2185</a>. </li> <li> + Fix bug on Win32 where calling WM_GETTEXT for more text than in document could return + less text than in document. + </li> + <li> Fixed bug in Batch lexer where a single character line with a single character line end continued state onto the next line. </li> |
