]> git.lyx.org Git - features.git/commit
FindAdv: Added lyx-function search-ignore
authorKornel Benko <kornel@lyx.org>
Thu, 15 Nov 2018 13:20:50 +0000 (14:20 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:51 +0000 (14:39 +0200)
commitd76bc60d93443f6047a01e3b904b5249cc6fee80
tree41805c0ed274e7786c74b2fbfd398090e9a35884
parented5ea4a03b3ddb2d7e145841caaf53cf897a427f
FindAdv: Added lyx-function search-ignore

Enable/disable ignoring the specified type
language: e.g. british, slovak, latin, ...
color: blue, red, ...
sectioning: part, chapter, ..
font:
series: bold, ...
shape: upright, italic, slanted
family: serif, monospace ...
markup: enphasize, noun
underline:
strike:

Examples:
search-ignore language true
search-ignore shape true
src/FuncCode.h
src/LyXAction.cpp
src/Text3.cpp
src/lyxfind.cpp