]> git.lyx.org Git - features.git/commit
FindAdv: Polishing
authorKornel Benko <kornel@lyx.org>
Mon, 18 Mar 2019 17:19:44 +0000 (18:19 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:17 +0000 (15:48 +0200)
commitbf383ed0d3354403f59411d45f9149b76377a85b
treec75d5d301227dd52f30d4ed0bec2b8e612537615
parenta7e31230700185ed4ff53a3ca947c6a7aa8c8abb
FindAdv: Polishing

1.) Use vector for borders, because any value may be too small
  if there are plenty of accented characters in a paragraph
2.) use '[\S]' instead of '.' in regex for 'accre'. The regex would
  otherwise find also patterns like '\ {some text}'
src/lyxfind.cpp