]> 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)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
commita976c20791fa9a4b4d3e876c226bcbd81ee5b74c
tree9d78a109ffbb7635ca7952146a6c4d209399510a
parentbef9b8f0f6d4e8f7eac37097b922b6a4a5b5bcac
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