X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=99f9ab28f6718356f1b41cf35c317ce45abf0e73;hb=027563eec2d2a1b81391b221f9ca40d823713235;hp=220b89389f699ff413480f239dc644d2982062ea;hpb=6f102da9798fd118b2032be122c5f5a510715485;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 220b89389f..99f9ab28f6 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -360,13 +360,23 @@ void LyXAction::init() * \li Action: Inserts one of horizontal space insets. * \li Syntax: space-insert [] * \li Params: : normal, protected, thin, quad, qquad, enspace, enskip, - negthinspace, hfill, dotfill, hrulefill, hspace, hspace* \n + 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 }, +/*! + * \var lyx::FuncCode lyx::LFUN_SPECIALCHAR_INSERT + * \li Action: Inserts various characters into the document. + * \li Syntax: specialchar-insert + * \li Params: : hyphenation, ligature-break, slash, nobreakdash, dots, + end-of-sentence, menu-separator. + * \li Origin: JSpitzm, 6 Dec 2007 + * \endvar + */ { LFUN_SPECIALCHAR_INSERT, "specialchar-insert", Noop, Edit }, { LFUN_CLEARPAGE_INSERT, "clearpage-insert", Noop, Edit }, { LFUN_CLEARDOUBLEPAGE_INSERT, "cleardoublepage-insert", Noop, Edit }, @@ -1275,7 +1285,21 @@ void LyXAction::init() { LFUN_BUFFER_AUTO_SAVE, "buffer-auto-save", Noop, Buffer }, { LFUN_BUFFER_CHILD_OPEN, "buffer-child-open", ReadOnly, Buffer }, { LFUN_BUFFER_CHKTEX, "buffer-chktex", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_TOGGLE_COMPRESSION + * \li Action: Toggles compression of the current document on/off. + * \li Syntax: buffer-toggle-compression + * \li Origin: bpeng, 27 Apr 2006 + * \endvar + */ { LFUN_BUFFER_TOGGLE_COMPRESSION, "buffer-toggle-compression", Noop, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BUFFER_TOGGLE_EMBEDDING + * \li Action: Toggles the embeddding feature on/off. + * \li Syntax: buffer-toggle-embedding + * \li Origin: bpeng, 21 Oct 2007 + * \endvar + */ { LFUN_BUFFER_TOGGLE_EMBEDDING, "buffer-toggle-embedding", Noop, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_CLOSE