From 8c10182962efa643edfcfbe64fc830b5fc0d9a65 Mon Sep 17 00:00:00 2001 From: Tommaso Cucinotta Date: Wed, 3 May 2017 01:29:36 +0200 Subject: [PATCH] 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. --- src/LyXAction.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index e9f45f58e2..16efb26416 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 -- 2.39.2