]> git.lyx.org Git - features.git/commit
FindAdv: Simplify search for chars '&', '%', '#' and '_'
authorKornel Benko <kornel@lyx.org>
Wed, 5 Dec 2018 12:36:43 +0000 (13:36 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commita9422decbdeb6011e60fb82a5285b99d4b961f50
treec0283e6a7a630869ae695121026dc630794e16ee
parent1ead6b4be8d28f007268b3ab6f4e416963dd9f3a
FindAdv: Simplify search for chars '&', '%', '#' and '_'

This is not possible for '$', because of the latex-meaning to
start/end math inset.
Therefore, if not ignoring format, we still have to use
[\\][\$] in regex in order to find '$' in text.
src/Paragraph.cpp
src/insets/InsetIndex.cpp
src/lyxfind.cpp