mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
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:
parent
3610cdf669
commit
8c10182962
@ -4069,7 +4069,7 @@ void LyXAction::init()
|
|||||||
* \li Origin: Tommaso, Nov 15 2007
|
* \li Origin: Tommaso, Nov 15 2007
|
||||||
* \endvar
|
* \endvar
|
||||||
*/
|
*/
|
||||||
{ LFUN_WORD_FINDADV, "word-findadv", ReadOnly | NoBuffer, Edit },
|
{ LFUN_WORD_FINDADV, "", ReadOnly | NoBuffer, Edit | Hidden },
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* \var lyx::FuncCode lyx::LFUN_WORD_FIND_BACKWARD
|
* \var lyx::FuncCode lyx::LFUN_WORD_FIND_BACKWARD
|
||||||
|
Loading…
Reference in New Issue
Block a user