]> git.lyx.org Git - features.git/commit
FindAdv: Handle search for '{' and '}'
authorKornel Benko <kornel@lyx.org>
Mon, 18 Jan 2021 00:10:07 +0000 (01:10 +0100)
committerKornel Benko <kornel@lyx.org>
Mon, 18 Jan 2021 00:10:07 +0000 (01:10 +0100)
commitec387b6d65142c2c3aaf7e9510475d9af9224833
tree91eef092297c7801e2ff91057ea2ea0ddb3600ca
parenta4e6f0dead780b82d1d5abcd0258845f13b3ecc0
FindAdv: Handle search for '{' and '}'

In format-search the chars '{' and '}' are understood as latex parentheses, which normally are not
part of text and are discarded.
Instead we fake them as if they were a char like \backslash or \guilemotright or such.
src/Paragraph.cpp
src/lyxfind.cpp