X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=6b78bf0ca8007a414ccae4e8f9fdc26818274ffc;hb=824d640227d92f01296d69e85761a790d328b488;hp=fc19b7064eb0ee9b682aa2f4a2721cf11796e3b0;hpb=24cd7351539e73b7b169bb1f2ce7ba34368d1b68;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index fc19b7064e..6b78bf0ca8 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 @@ -1208,6 +1209,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.