X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=6b78bf0ca8007a414ccae4e8f9fdc26818274ffc;hb=824d640227d92f01296d69e85761a790d328b488;hp=3b6f00b6104c7512375aa0294d4a1e7454c6930d;hpb=e16f7142e34e4148727839f218f72b398a72c50b;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 3b6f00b610..6b78bf0ca8 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -417,7 +417,7 @@ void LyXAction::init() package: name of latex package (e.g. listings) \n textclass: name of textclass (e.g. article) \n menu: name of lfun used in menu \n - icon: name of lfun used in toolbar \n + icon: icon of lfun used in toolbar \n buffer: "name"|"path"|"class"|"vcs-tree-revision"| "vcs-revision"|"vcs-author"|"vcs-date"|"vcs-time" * \li Sample: command-sequence info-insert buffer path; info-insert buffer name @@ -475,9 +475,10 @@ void LyXAction::init() * \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 + * \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 @@ -863,7 +864,7 @@ void LyXAction::init() * \li Params: : data is of the form " \n \n - " + " * \li Origin: Andre, Jan 7 2004 * \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. @@ -2253,7 +2262,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_CHANGE_REJECT * \li Action: Rejects tracked change inside the selection. - * \li Syntax: change-accept + * \li Syntax: change-reject * \li Origin: Levon, 16 Oct 2002 * \endvar */ @@ -2304,7 +2313,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 "