]> git.lyx.org Git - lyx.git/commit
FindAdv: Simplify search for chars '&', '%', '#' and '_'
authorKornel Benko <kornel@lyx.org>
Wed, 5 Dec 2018 12:36:43 +0000 (13:36 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 5 Dec 2018 12:36:43 +0000 (13:36 +0100)
commitcd94180492e47b4017fcbb5c81f19c8433a87baa
treec0283e6a7a630869ae695121026dc630794e16ee
parent131f4b92bac3ecb75b47c266dfa3d8543bd4d578
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