X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=cc782d6e6de2cdb79d7142564a284e81059f2d35;hb=c6e1db7682dc8d58a68147b5eee1d004829ef6d2;hp=6c2142901cfbf1e13e52492f2a85523beceb50b0;hpb=e7a1cce5513b93c5c53077e6571da4a978a6a9d1;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6c2142901c..cc782d6e6d 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -625,6 +625,15 @@ void LyXAction::init() * \endvar */ { LFUN_NEWLINE_INSERT, "newline-insert", Noop, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_SEPARATOR_INSERT + * \li Action: Inserts an environment separator or paragraph break. + * \li Syntax: separator-insert [] + * \li Params: : default: plain + * \li Origin: ef, 2 May 2014 + * \endvar + */ + { LFUN_SEPARATOR_INSERT, "separator-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_ESCAPE * \li Action: Clears the selection. If no text is selected call #LFUN_FINISHED_FORWARD. @@ -1225,7 +1234,7 @@ void LyXAction::init() * \li Action: Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain - insets, e.g. converting csv data to rows and colums if tha paste happens + insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. * \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source @@ -1261,7 +1270,7 @@ void LyXAction::init() LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and - colums if the paste happens in a tabular inset. + columns if the paste happens in a tabular inset. * \li Syntax: clipboard-paste-simple [] * \li Params: : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". * \endvar @@ -2300,7 +2309,7 @@ void LyXAction::init() { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT - * \li Action: Toggles showing of change tracking in typesetted output. + * \li Action: Toggles showing of change tracking in typeset output. * \li Syntax: changes-output * \li Origin: jspitzm, 21 Jan 2005 * \endvar @@ -3385,7 +3394,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_META_PREFIX * \li Action: Simulate halting Meta key (Alt key on PCs). - * \li Notion: Used for buffer editation not for GUI control. + * \li Notion: Used for buffer edition not for GUI control. * \li Syntax: meta-prefix * \endvar */