X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=c068db9bea464c370623357665b448b4f74f3ecb;hb=28be7d552f62cc02fa86d7f79201d089bfb2d7b5;hp=3804fad74266f0f51090141f9c01b7436b1360cd;hpb=fa146a0ffe431ce239851fc20986e3052127f33a;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 3804fad742..c068db9bea 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -888,6 +888,16 @@ void LyXAction::init() { LFUN_BUFFER_EXTERNAL_MODIFICATION_CLEAR, "buffer-external-modification-clear", ReadOnly, Buffer }, +/*! +* \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM +* \li Action: Sets the zoom of the screen fonts. +* \li Syntax: buffer-zoom [] +* \li Params: : The zoom in % points (neg. or pos.), the default is to reset to zoom savd in preferences. +* \li Origin: daniel, 28 Oct 2016 +* \endvar +*/ + { LFUN_BUFFER_ZOOM, "buffer-zoom", ReadOnly, Buffer }, + /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_ZOOM_IN * \li Action: Increases the zoom of the screen fonts. @@ -3737,6 +3747,18 @@ void LyXAction::init() */ { LFUN_THESAURUS_ENTRY, "thesaurus-entry", ReadOnly, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_TOOLBAR_MOVABLE + * \li Action: Toggles movability of a given toolbar between true/false. + * \li Syntax: toolbar-movable + * \li Params: : *|standard|extra|table|math|mathmacrotemplate|\n + minibuffer|review|view/update|math_panels|vcs| + view-others|update-others +* \li Origin: daniel, 12 July 2016 +* \endvar +*/ + { LFUN_TOOLBAR_MOVABLE, "toolbar-movable", NoBuffer, Buffer }, + /*! * \var lyx::FuncCode lyx::LFUN_TOOLBAR_TOGGLE * \li Action: Toggles visibility of a given toolbar between on/off/auto. @@ -4069,7 +4091,7 @@ void LyXAction::init() * \li Origin: Tommaso, Nov 15 2007 * \endvar */ - { LFUN_WORD_FINDADV, "", ReadOnly | NoBuffer, Hidden }, + { LFUN_WORD_FINDADV, "word-findadv", ReadOnly | NoBuffer, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_WORD_FIND_BACKWARD