X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=7053cbb7edcc2d7c1aceb0c4168783daa7420a23;hb=e01e14872d60935908ad42bc164bff1342277b22;hp=ccb5009f55f95eb0ec3d60dc42cc4fd08edc1e7c;hpb=f2e8cd3cd990d1314de41e409e93095059546fe7;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index ccb5009f55..7053cbb7ed 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -355,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 },