X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=b72fd1cee2704563ddd4a5f03b0293edb3fcba2a;hb=62411b7c0f5073d77df46cb0c8a5baacd0dfce7c;hp=172627c3a96e283c695c7dc5195ca3f6796ab479;hpb=8677d02527c94a8fac9a40ec77106b4994e5d5c3;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 172627c3a9..b72fd1cee2 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1191,7 +1191,7 @@ void LyXAction::init() { LFUN_CLIPBOARD_PASTE, "clipboard-paste", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_PRIMARY_SELECTION_PASTE - * \li Action: Pastes the currently text selected text. + * \li Action: Pastes the currently selected text. * \li Notion: Primary selection mechanism is linux-only thing. * \li Syntax: primary-selection-paste [] * \li Params: : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". @@ -1200,8 +1200,11 @@ void LyXAction::init() { LFUN_PRIMARY_SELECTION_PASTE, "primary-selection-paste", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_SELECTION_PASTE - * \li Action: Pastes the text in permanent selection. + * \li Action: Pastes the 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 + * \li Origin: lasgouttes, 14 Jan 2009 * \endvar */ { LFUN_SELECTION_PASTE, "selection-paste", Noop, Edit }, @@ -2250,7 +2253,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 */ @@ -2343,7 +2346,7 @@ void LyXAction::init() set-special-column|set-special-multicolumn|set-special-multirow| set-booktabs|unset-booktabs|set-top-space|set-bottom-space| set-interline-space|set-border-lines|tabular-valign-top| - tabular-valign-middle|tabular-valign-bottom \n + tabular-valign-middle|tabular-valign-bottom|set-tabular-width \n : additional argument for some commands, use debug mode to explore its values. * \li Sample: inset-modify note Note Comment \n inset-modify changetype Ovalbox