]> git.lyx.org Git - lyx.git/commit
FindAdv: In format search could '$'-char be interpreted as math-start.
authorKornel Benko <kornel@lyx.org>
Fri, 13 May 2022 07:30:30 +0000 (09:30 +0200)
committerKornel Benko <kornel@lyx.org>
Fri, 13 May 2022 07:30:30 +0000 (09:30 +0200)
commit6c735efb1fa34e167f0ae9f4a40f8127631200c3
treeae473be3150bd35d19323078d120a7d53f9d7246
parenta8c6ca621c5fa262bda70849b4812ebe0b6b1eec
FindAdv: In format search could '$'-char be interpreted as math-start.

To handle this case, we use '\lyxdollar' string instead.

Also try to handle '\n' in the docstring directly instead in the
string already converted to utf8.
(The utf8-version is still there, but commented out)
src/Paragraph.cpp
src/lyxfind.cpp