diff options
| author | Neil <nyamatongwe@gmail.com> | 2018-04-17 08:23:18 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2018-04-17 08:23:18 +1000 |
| commit | 255d2d33abf4c2c5a918bacde049004e52b7986f (patch) | |
| tree | 4a563a7d7a9594be0e67b6be6c2c493d8ffea9ec /doc/ScintillaHistory.html | |
| parent | ec79c307ff36cdcce0e520e67bef69e64a3e19b5 (diff) | |
| download | scintilla-mirror-255d2d33abf4c2c5a918bacde049004e52b7986f.tar.gz | |
Add SC_DOCUMENTOPTION_TEXT_LARGE option for documents larger than 2 GigaBytes.
This option is provisional and experimental.
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 87bfa49ab..00fe782fe 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -542,6 +542,10 @@ Released 10 April 2018. </li> <li> + Add experimental SC_DOCUMENTOPTION_TEXT_LARGE option to accomodate documents larger than + 2 GigaBytes. + </li> + <li> Set the last X chosen when SCI_REPLACESEL called to ensure macros work when text insertion followed by caret up or down. </li> |
