X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=92da4d7293a1f2a26964278692498f6deba1daaf;hb=04c0cce43e255eaf1350ceddee2b03585310bfdc;hp=462e397d3a7c8d6fd0c4a5c81684a1cfe228162c;hpb=f66146973407ecb44ca93bae074ee916d5ed2f04;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 462e397d3a..92da4d7293 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -2225,6 +2225,20 @@ void LyXAction::init() */ { LFUN_INSET_SETTINGS, "inset-settings", ReadOnly | AtPoint, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_INSET_SPLIT + * \li Action: Splits the current inset into two at current position. + * \li Syntax: inset-split [] + * \li Params: : this can be used to make sure the right kind of inset + is dissolved. For example "split" entry in the charstyles + sub-menu should only dissolve the charstyle inset, even if the + cursor is inside several nested insets of different type.\n + For values see #lyx::InsetLayout::lyxtype_ . + * \li Origin: spitz, 22 Dec 2020 + * \endvar + */ + { LFUN_INSET_SPLIT, "inset-split", AtPoint, Edit }, + /*! * \var lyx::FuncCode lyx::LFUN_INSET_TOGGLE * \li Action: Toggles the collapsible inset at cursor position, @@ -3459,7 +3473,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_SEARCH_IGNORE * \li Action: Enables/disables searching for features in findadv * \li Syntax: search-ignore - * \li Params: : language|color|sectioning|font|series|shape|family|markup|underline|strike + * \li Params: : language|color|sectioning|font|series|shape|family|markup|underline|strike|deleted * \li Params: : true|false * \endvar */