findadv: hide word-findadv verb from the mini-buffer

The current set of options to provide include names of
the find and replace internal buffers, something out of
reach for the user. Furthermore, options are provided
using a multi-line syntax, which cannot be entered
using the mini-buffer AFAIK.
This commit is contained in:
Tommaso Cucinotta 2017-05-03 01:29:36 +02:00
parent 3610cdf669
commit 8c10182962

View File

@ -4069,7 +4069,7 @@ void LyXAction::init()
* \li Origin: Tommaso, Nov 15 2007
* \endvar
*/
{ LFUN_WORD_FINDADV, "word-findadv", ReadOnly | NoBuffer, Edit },
{ LFUN_WORD_FINDADV, "", ReadOnly | NoBuffer, Edit | Hidden },
/*!
* \var lyx::FuncCode lyx::LFUN_WORD_FIND_BACKWARD