aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ScintillaHistory.html')
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index f433322ea..c6261693d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -580,6 +580,9 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1381/">Feature #1381</a>.
</li>
<li>
+ Word searching behaves more consistently at start and end of document.
+ </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>.