diff options
| author | Neil <nyamatongwe@gmail.com> | 2022-10-19 13:36:08 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2022-10-19 13:36:08 +1100 |
| commit | e9280bf01239e81b01899992647766d0c073253b (patch) | |
| tree | 924d5f1a128552bf8c0b92f8c579544f34edc0ed /include/Scintilla.iface | |
| parent | 19a781319ccc6c9de302182e141383ba73403030 (diff) | |
| download | scintilla-mirror-e9280bf01239e81b01899992647766d0c073253b.tar.gz | |
Feature [feature-requests:#1455] Implement GetStyledTextFull as a 64-bit safe
version of GetStyledText.
Diffstat (limited to 'include/Scintilla.iface')
| -rw-r--r-- | include/Scintilla.iface | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/Scintilla.iface b/include/Scintilla.iface index b03b8c8ca..a527bb9a4 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -154,6 +154,10 @@ fun void SetSavePoint=2014(,) # Returns the number of bytes in the buffer not including terminating NULs. fun position GetStyledText=2015(, textrange tr) +# Retrieve a buffer of cells that can be past 2GB. +# Returns the number of bytes in the buffer not including terminating NULs. +fun position GetStyledTextFull=2778(, textrangefull tr) + # Are there any redoable actions in the undo history? fun bool CanRedo=2016(,) |
