diff options
author | mitchell <unknown> | 2019-07-11 12:08:38 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-07-11 12:08:38 -0400 |
commit | 9aa30a8b9d05b183226f99b3e3981a3acab8cb90 (patch) | |
tree | c3159aa240f0c0b8a8a1e92d3d4ae0dcd3f1601e /doc/ScintillaHistory.html | |
parent | 94fcf744a869517f5c0a60afd4f1812ac7b96c3e (diff) | |
download | scintilla-mirror-9aa30a8b9d05b183226f99b3e3981a3acab8cb90.tar.gz |
Backport: Bug [#2110]. Limit text returned from WM_GETTEXT to length specified in wParam. Changed GetTextLength to use same logic as GetText to ensure they agree.
Backport of changeset 7572:d7aedab278d0.
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 9b149b020..2428a129a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -554,6 +554,10 @@ Lexer added for DataFlex. <a href="https://sourceforge.net/p/scintilla/feature-requests/1295/">Feature #1295</a>. </li> + <li> + On Win32, limit text returned from WM_GETTEXT to the length specified in wParam. + <a href="https://sourceforge.net/p/scintilla/bugs/2110/">Bug #2110</a>. + </li> </ul> <h3> <a href="https://sourceforge.net/projects/scintilla/files/scintilla/3.10.6/scintilla3106.zip/download">Release 3.10.6</a> |