]> git.lyx.org Git - features.git/commit
Findadv: Handle the problem with list environments
authorKornel Benko <kornel@lyx.org>
Sat, 3 Nov 2018 10:15:12 +0000 (11:15 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
commit41334cbebb19e0bb8f4204eadb99c6bf2f79486c
treeba2d9210066a480f0ff53c6cbe59f92bd3215f3b
parentcdcf12c60f925cdc37b8b6dd8327c942e82f6690
Findadv: Handle the problem with list environments

The problem was, that the different list ennvironments
did not look different in tha latex output used for
search.
So the input of "\item ..." did not give information
if it is description, lyxlist, enumeration or labeling.

In search modus we use now "\item{enumeration}" etc.
src/lyxfind.cpp
src/output_latex.cpp