X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=7053cbb7edcc2d7c1aceb0c4168783daa7420a23;hb=e01e14872d60935908ad42bc164bff1342277b22;hp=5d5f0f8c6415d8dd04ff237cc68799298368e849;hpb=209a0f13e181d56035aab10f90e8995dea7e66cf;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 5d5f0f8c64..7053cbb7ed 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -273,13 +273,6 @@ void LyXAction::init() { LFUN_FLOAT_INSERT, "float-insert", Noop, Edit }, { LFUN_FLOAT_WIDE_INSERT, "float-wide-insert", Noop, Edit }, { LFUN_WRAP_INSERT, "wrap-insert", Noop, Edit }, -/*! - * \var lyx::FuncCode lyx::LFUN_HFILL_INSERT - * \li Action: Inserts an hfill inset. - * \li Syntax: hfill-insert - * \endvar - */ - { LFUN_HFILL_INSERT, "hfill-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_OPTIONAL_INSERT * \li Action: Inserts an optional-argument (short title) inset. @@ -362,6 +355,17 @@ void LyXAction::init() */ { LFUN_FLEX_INSERT, "flex-insert", Noop, Edit }, { LFUN_SELF_INSERT, "self-insert", SingleParUpdate, Hidden }, +/*! + * \var lyx::FuncCode lyx::LFUN_SPACE_INSERT + * \li Action: Inserts one of horizontal space insets. + * \li Syntax: space-insert [] + * \li Params: : normal, protected, thin, quad, qquad, enspace, enskip, + negthinspace, hfill, hfill*, dotfill, hrulefill, hspace, + hspace* \n + : length for custom spaces (hspace, hspace* for protected) + * \li Origin: JSpitzm, 20 May 2003, Mar 17 2008 + * \endvar + */ { LFUN_SPACE_INSERT, "space-insert", Noop, Edit }, { LFUN_HYPERLINK_INSERT, "href-insert", Noop, Edit }, { LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit },