]> git.lyx.org Git - lyx.git/commit
Amend(2) 8c67cb8c: (FindAdv: Try to make regex search with format enabled somehow...
authorKornel Benko <kornel@lyx.org>
Mon, 4 Jan 2021 06:16:59 +0000 (07:16 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 4 Jan 2021 06:25:29 +0000 (07:25 +0100)
commit675072471730e52fe4f561b7a9e4f99da7f92483
treea092ab7b0d078af4441a3e0a627133bd1a6432b1
parentdb36ec1ccfa3543ea6a2d0063242a127196c6748
Amend(2) 8c67cb8c: (FindAdv: Try to make regex search with format enabled somehow faster)

Use innermost nesting to start searches.
Some fine tuning to determine correct match.
(If the regex contains '(\S)\1' at the end, then this regex would match '}}',
but this is often the case at and of examined string. We have to disable this invalid match.
)
src/lyxfind.cpp