]> git.lyx.org Git - features.git/commit
Amend(4) 7a03fa6: Advanced search with format:
authorKornel Benko <kornel@lyx.org>
Thu, 18 Oct 2018 15:37:15 +0000 (17:37 +0200)
committerKornel Benko <kornel@lyx.org>
Thu, 18 Oct 2018 15:37:15 +0000 (17:37 +0200)
commitd6cc58f4a38126c0fa0466ed706020a64765eb5a
tree9d78a109ffbb7635ca7952146a6c4d209399510a
parent162c1f316b60deda19de37500a64cf5f0a7163fc
Amend(4) 7a03fa6: Advanced search with format:

Further normalize the latex input in case of enabled format search.

It was not enough to split the latex input on \foreignlanguage and \textcolor
macros only.
Instead also macros like \textt, or \noun etc had to be accounted for.

This patch uses therefore a different algorithm.
src/lyxfind.cpp