]> git.lyx.org Git - features.git/blobdiff - src/LyXAction.cpp
Fix font tracking at fontswitch_insets
[features.git] / src / LyXAction.cpp
index ea60f5375442528a768fcd7144b92f35609c9ddd..992b47a4412e34367fe921143a6553c97b592a64 100644 (file)
@@ -452,6 +452,15 @@ void LyXAction::init()
  */
                { LFUN_BRANCH_INSERT, "branch-insert", Noop, Edit },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_BRANCH_SYNC_ALL
+ * \li Action: Open/close all insets of selected branch (depending on its activation status).
+ * \li Syntax: branch-sync-all
+ * \li Origin: sanda, 15 April 2022
+ * \endvar
+ */
+               { LFUN_BRANCH_SYNC_ALL, "branch-sync-all", AtPoint, Buffer },
+
 /*!
  * \var lyx::FuncCode lyx::LFUN_BRANCH_INVERT
  * \li Action: Toggles inversion status of branch inset.
@@ -4086,6 +4095,8 @@ void LyXAction::init()
                menubar    : Toggle visibility of the menubar.\n
                scrollbar  : Toggle visibility of the scrollbar.\n
                frame      : Toggle visibility of the frames around editing window.\n
+               zoomslider : Toggle visibility of the zoom slider in statusbar.\n
+               zoomlevel  : Toggle visibility of the zoom level display in statusbar.\n
                fullscreen : Toggle fullscreen mode. This also covers calling the
                             previous functions. However #LFUN_TOOLBAR_TOGGLE for the
                             custom tweaks of the toolbars should be used.