Am 03.05.2017 um 01:34 schrieb Tommaso Cucinotta <tomm...@lyx.org>:
> 
> commit 8c10182962efa643edfcfbe64fc830b5fc0d9a65
> Author: Tommaso Cucinotta <tomm...@lyx.org>
> Date:   Wed May 3 01:29:36 2017 +0200
> 
>    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 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp
> index e9f45f5..16efb26 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

Something like the attached patch is needed!?

Stephan

Attachment: fix-8c10182.patch
Description: Binary data

Reply via email to