From 8e55cc0c973cc2fbaac8cca1505524b86ce58dff Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 21 Dec 2023 16:00:00 +1100 Subject: Bug [#2405]. Avoid character fragments in regular expression search results. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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 @@ Bug #2405.
  • + Avoid character fragments in regular expression search results. + Bug #2405. +
  • +
  • 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.
  • -- cgit v1.2.3