]> git.lyx.org Git - features.git/commitdiff
findadv: hide word-findadv verb from the mini-buffer
authorTommaso Cucinotta <tommaso@lyx.org>
Tue, 2 May 2017 23:29:36 +0000 (01:29 +0200)
committerTommaso Cucinotta <tommaso@lyx.org>
Tue, 2 May 2017 23:31:57 +0000 (01:31 +0200)
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.

src/LyXAction.cpp

index e9f45f58e23b316cd94c8eded60ea95f0f1fae7f..16efb26416e89992bf2fb69df9bbed8971ef646b 100644 (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