diff options
Diffstat (limited to 'doc/ScintillaHistory.html')
-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 5a44b84c5..b145692b5 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -587,6 +587,11 @@ <li> Draw background colour for EOL annotations with standard and boxed visuals. </li> + <li> + Add SCI_GETSTYLEDTEXTFULL to support 64-bit document positions on Win32 replacing + SCI_GETSTYLEDTEXT which is not safe for huge documents. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1455/">Feature #1455</a>. + </li> </ul> <h3> <a href="https://www.scintilla.org/scintilla531.zip">Release 5.3.1</a> |