X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=76ac902b257741e5bebdc5b31bd7c180d1755a38;hb=11adfbf64ddd815d2dd8a16e03a528aee837866e;hp=cbe6eaa86b70f0345634acb5e1fe8fe6be5280f6;hpb=e79b461f9e89c32f1eaecc39a23842c06717c8b5;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index cbe6eaa86b..76ac902b25 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -478,6 +478,7 @@ void LyXAction::init() * \li Params: : normal, protected, visible, thin, quad, qquad, enspace, enskip, negthinspace, negmedspace, negthickspace, hfill, hfill*, dotfill, hrulefill, hspace, hspace* \n + Only in math mode: med and thick.\n : length for custom spaces (hspace, hspace* for protected) * \li Origin: JSpitzm, 20 May 2003, Mar 17 2008 * \endvar @@ -541,6 +542,14 @@ void LyXAction::init() * \endvar */ { LFUN_INDEX_PRINT, "index-print", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_IPA_INSERT + * \li Action: Inserts an IPA inset. + * \li Syntax: ipa-insert + * \li Origin: spitz, 05 Mar 2012 + * \endvar + */ + { LFUN_IPA_INSERT, "ipa-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_NOMENCL_INSERT @@ -1200,7 +1209,7 @@ void LyXAction::init() { LFUN_PRIMARY_SELECTION_PASTE, "primary-selection-paste", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_SELECTION_PASTE - * \li Action: Pastes the the internal selection text in permanent selection. + * \li Action: Pastes the internal selection text in permanent selection. * \li Notion: Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; primary-selection-paste paragraph). * \li Syntax: selection-paste @@ -1208,6 +1217,14 @@ void LyXAction::init() * \endvar */ { LFUN_SELECTION_PASTE, "selection-paste", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_CLIPBOARD_PASTE_SIMPLE + * \li Action: Pastes simple unformatted text from the active clipboard. + * \li Syntax: clipboard-paste-simple [] + * \li Params: : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". + * \endvar + */ + { LFUN_CLIPBOARD_PASTE_SIMPLE, "clipboard-paste-simple", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_UNDO * \li Action: Undoes the last edit. @@ -2304,7 +2321,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_INSET_INSERT * \li Action: Insert new inset (type given by the parameters). * \li Syntax: inset-insert - * \li Params: : : \n : depends on the given inset. Use "lyx -dbg action" to explore. * \li Sample: inset-insert ref LatexCommand reference "