X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=7053cbb7edcc2d7c1aceb0c4168783daa7420a23;hb=e01e14872d60935908ad42bc164bff1342277b22;hp=d4362191ddb29edbdf4828153fb93f8e7f4b5b32;hpb=a98f82c292c7047478e3362449ab21aa35e03375;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d4362191dd..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 }, @@ -1603,7 +1607,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_COMPLETION_COMPLETE * \li Action: Try to complete the word or command at the cursor position. - * \li Syntax: complete + * \li Syntax: completion-complete * \li Origin: sts, Feb 19 2008 * \endvar */