aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorZufu Liu <unknown>2023-12-02 08:20:55 +1100
committerZufu Liu <unknown>2023-12-02 08:20:55 +1100
commite6538bb38cd509111f0f595f46e7d1ff71bcc017 (patch)
treecdf847b194f9431c64d2b527c7b216e7486aceb2 /doc
parentc8ca5050cf8c908e49d28eda5642542f7ac1155b (diff)
downloadscintilla-mirror-e6538bb38cd509111f0f595f46e7d1ff71bcc017.tar.gz
Bug [#2157]. Fix regular expression search for word begin \< and word end \>.
Diffstat (limited to 'doc')
-rw-r--r--doc/ScintillaHistory.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index b37d6bbf0..ed14dd626 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -605,6 +605,11 @@
<a href="https://sourceforge.net/p/scintilla/feature-requests/1502/">Feature #1502</a>.
</li>
<li>
+ Fix regular expression search for "\&lt;" matching beginning of search when not beginning of word and
+ for "\&gt;" not matching line end.
+ <a href="https://sourceforge.net/p/scintilla/bugs/2157/">Bug #2157</a>.
+ </li>
+ <li>
Fix regular expression search failure when search for "\&lt;" followed by search for "\&gt;".
<a href="https://sourceforge.net/p/scintilla/bugs/2413/">Bug #2413</a>.
</li>