]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
listerrors.lyx : Update a link.
[lyx.git] / src / LyXAction.cpp
index fded17e5831403fb391604b923aea765b8fda20a..a171cd1a1e74e4963dd4d59ee833e32a06a7c242 100644 (file)
@@ -478,6 +478,7 @@ void LyXAction::init()
  * \li Params: <NAME>: 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
                <LEN>: length for custom spaces (hspace, hspace* for protected)
  * \li Origin: JSpitzm, 20 May 2003, Mar 17 2008
  * \endvar
@@ -1200,7 +1201,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 +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 [<ARG>]
+ * \li Params: <ARG>: "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 +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 <INSET> <ARGS>
- * \li Params: <INSET>: <bibitem|bibtex|cite|ert|listings|external|graphics|tabular|\n
+ * \li Params: <INSET>: <bibitem|bibtex|citation|ert|listings|external|graphics|tabular|\n
                         hyperlink|include|index|label|line|nomencl|vspace|ref|toc|script>\n
                <ARGS>: depends on the given inset. Use "lyx -dbg action" to explore.
  * \li Sample: inset-insert ref LatexCommand <Format> reference "<label name>"\end_inset \n
@@ -2980,7 +2989,7 @@ void LyXAction::init()
 /*!
  * \var lyx::FuncCode lyx::LFUN_BUFFER_EXPORT_AS
  * \li Action: Pops up a dialog for exporting the current buffer.
- * \li Syntax: buffer-export
+ * \li Syntax: buffer-export-as
  * \li Origin: tommaso, 6 Oct 2011
  * \endvar
  */