diff options
| author | Zufu Liu <unknown> | 2021-07-15 17:29:24 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2021-07-15 17:29:24 +1000 |
| commit | 39be73514c317e7d672e0a09862571e64f8979da (patch) | |
| tree | bbfb503821368eaa608174af4532f50026e3f723 /doc/ScintillaHistory.html | |
| parent | f4878568f55a9c3b6eef8cc8fad9b1aa7e8ab4ce (diff) | |
| download | scintilla-mirror-39be73514c317e7d672e0a09862571e64f8979da.tar.gz | |
Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices
to hold some number of lines. This is an optimization that can decrease
reallocation overhead.
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 c4cd3132c..f433322ea 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -580,6 +580,11 @@ <a href="https://sourceforge.net/p/scintilla/feature-requests/1381/">Feature #1381</a>. </li> <li> + Add SCI_ALLOCATELINES to allocate indices to hold some number of lines. + This can decrease reallocation overhead when the application can count or estimate the number of lines in huge files. + <a href="https://sourceforge.net/p/scintilla/feature-requests/1370/">Feature #1370</a>. + </li> + <li> On Win32, when technology is changed, buffering is set to a reasonable value for the technology: on for GDI and off for Direct2D as Direct2D performs its own buffering. <a href="https://sourceforge.net/p/scintilla/feature-requests/1400/">Feature #1400</a>. |
