]> git.lyx.org Git - features.git/commit
FindAdv: A try to handle backslashes in text
authorKornel Benko <kornel@lyx.org>
Wed, 6 Jan 2021 01:12:58 +0000 (02:12 +0100)
committerKornel Benko <kornel@lyx.org>
Wed, 6 Jan 2021 01:20:15 +0000 (02:20 +0100)
commit6211469b5faa841e9a18935abff0cf2f955882dc
tree54e00433679880d0250205ccdff17cc43d409039
parentd85710d32e097955484011cbc6afd02f370b499f
FindAdv: A try to handle backslashes in text

Otherwise we are unable to distinguish text from latex commands.
For instance '\color{blue}' in text-part is normal text, while othervise
it defines following characters as being blue colored)
src/Paragraph.cpp
src/lyxfind.cpp