X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=34693a41282662d13db57337ac3709b413ed7138;hb=5f1bfdde1e1eb61987f178f643a08017dc3803f7;hp=594af783ea6868b7d40d2346a43de289fa2d21c5;hpb=e8d0eaa18022c1e76986d021e105c8257577f5ba;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 594af783ea..34693a4128 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 @@ -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 }, @@ -2186,11 +2189,11 @@ void LyXAction::init() : Newer file. Used only if REV1 > 0.\n If no parameter is given, interactive dialog will be shown. * \li Sample: Compare current document against last commit\n - vc-compare 0 - * \li Sample: Compare current document against current revision - 5 commits\n - vc-compare -5 - * \li Sample: Compare revisions 120 and 155\n - vc-compare 120 155 + vc-compare 0\n + Compare current document against current revision - 5 commits\n + vc-compare -5\n + Compare revisions 120 and 155\n + vc-compare 120 155 * \li Origin: sanda, 12 Feb 2010 * \endvar */ @@ -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,10 +2346,10 @@ 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 - * \li Sample: inset-modify changetype Ovalbox + * \li Sample: inset-modify note Note Comment \n + inset-modify changetype Ovalbox * \endvar */ { LFUN_INSET_MODIFY, "inset-modify", AtPoint, Edit }, @@ -2820,7 +2823,7 @@ void LyXAction::init() .ext: extensions will be automatically replaced by .lyx.\n The row number of the LaTeX file to which to go. * \li Sample: server-goto-file-row /home/user/example.lyx 41\n - * \li Sample: server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41 + server-goto-file-row /tmp/lyx_tmpdir.XM3088/lyx_tmpbuf0/example.tex 41 * \li Origin: Edmar, 23 Dec 1998 * \endvar */