diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-05-17 08:52:34 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-05-17 08:52:34 +1000 |
| commit | 475450c76ceef43a7f5b2c68ed5848baee96b6dc (patch) | |
| tree | 110ed93d9989eb049ecb0ee2c6fc62692adcefa0 /doc/ScintillaHistory.html | |
| parent | e107ecdf3f5576e90dc90c69fc57f24d1f499b61 (diff) | |
| download | scintilla-mirror-475450c76ceef43a7f5b2c68ed5848baee96b6dc.tar.gz | |
Duplicate APIs to support 64-bit document positions on Win32:
SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 772fea3d8..e1db2d4ec 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -581,6 +581,12 @@ Released 31 March 2022. </li> <li> + Duplicate APIs to support 64-bit document positions on Win32: + SCI_GETTEXTRANGEFULL, SCI_FINDTEXTFULL, and SCI_FORMATRANGEFULL. + This adds new types to Scintilla.iface which may impact downstream projects. + Applications should move to these APIs from their predecessors as they will be deprecated. + </li> + <li> Improve performance of SCI_FOLDALL(SC_FOLDACTION_EXPAND) by not lexing whole document as it does not depend on folding structure. </li> |
