aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorZufu Liu <unknown>2023-12-21 16:00:00 +1100
committerZufu Liu <unknown>2023-12-21 16:00:00 +1100
commit8e55cc0c973cc2fbaac8cca1505524b86ce58dff (patch)
tree0cf01d056b0c92de62b811466495a42d82a7879b /doc
parent1b153f8d8d4b2f09afc2d039256c958e94bd3b05 (diff)
downloadscintilla-mirror-8e55cc0c973cc2fbaac8cca1505524b86ce58dff.tar.gz
Bug [#2405]. Avoid character fragments in regular expression search results.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index a3d44d4ae..a7df63414 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -629,6 +629,10 @@
<a href="https://sourceforge.net/p/scintilla/bugs/2405/">Bug #2405</a>.
</li>
<li>
+ Avoid character fragments in regular expression search results.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2405/">Bug #2405</a>.
+ </li>
+ <li>
With a document that does not have the SC_DOCUMENTOPTION_TEXT_LARGE option set,
allocating more than 2G (calling SCI_ALLOCATE or similar) will now fail with SC_STATUS_FAILURE.
</li>