X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=47aa147efb0d37820b1904c84ce006ab4c4b06f6;hb=6e25ae327284ac52b8337ea969322d6fb304f1b5;hp=d1248b06c3db4656921289d3ec998f62a9053687;hpb=a72b75c50cd2017f37115af4da83502a47418db5;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index d1248b06c3..47aa147efb 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -319,7 +319,8 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_ARGUMENT_INSERT * \li Action: Inserts an argument (short title) inset. - * \li Syntax: argument-insert + * \li Syntax: argument-insert + * \li Params: : see layout declarations * \li Origin: vermeer, 12 Aug 2002 * \endvar */ @@ -549,7 +550,7 @@ void LyXAction::init() * \li Origin: spitz, 05 Mar 2012 * \endvar */ - { LFUN_IPA_INSERT, "ipa-insert", Noop, Edit }, + { LFUN_IPA_INSERT, "ipa-insert", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_IN_IPA * \li Action: Only active in IPA inset. @@ -1044,6 +1045,16 @@ void LyXAction::init() * \endvar */ { LFUN_SPELLING_REMOVE, "spelling-remove", ReadOnly, Edit }, + +/*! + * \var lyx::FuncCode lyx::LFUN_SPELLING_CONTINUOUSLY + * \li Action: Toggle continuous spell checking. + * \li Syntax: spelling-continuously + * \li Origin: vfr, 24 March 2013 + * \endvar + */ + { LFUN_SPELLING_CONTINUOUSLY, "spelling-continuously", ReadOnly, Edit }, + /*! * \var lyx::FuncCode lyx::LFUN_THESAURUS_ENTRY * \li Action: Look up thesaurus entries with respect to the word under the cursor. @@ -1204,7 +1215,7 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_PASTE * \li Action: Pastes material (text or picture) from the active clipboard. * \li Syntax: paste [|] - * \li Params: : emf|pdf|png|jpeg|linkback|wmf \n + * \li Params: : emf|pdf|png|jpeg|linkback|wmf|latex|html \n : number of the selection in the internal clipboard stack to be pasted. * \endvar */ @@ -1996,16 +2007,16 @@ void LyXAction::init() */ { LFUN_PARAGRAPH_GOTO, "paragraph-goto", ReadOnly | NoInternal, Edit }, /*! - * \var lyx::FuncCode lyx::LFUN_BREAK_PARAGRAPH + * \var lyx::FuncCode lyx::LFUN_PARAGRAPH_BREAK * \li Action: Breaks the current paragraph at the current location. * \li Notion: Removes the selection. - * \li Syntax: break-paragraph [] + * \li Syntax: paragraph-break [] * \li Params: : "inverse" - decreases depth by one (or change layout to default layout) when the cursor is at the end of the line. * \endvar */ - { LFUN_BREAK_PARAGRAPH, "break-paragraph", Noop, Edit }, + { LFUN_PARAGRAPH_BREAK, "paragraph-break", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_PARAGRAPH_PARAMS * \li Action: Change paragraph settings. @@ -2145,6 +2156,34 @@ void LyXAction::init() * \endvar */ { LFUN_VC_REGISTER, "vc-register", ReadOnly, System }, +/*! + * \var lyx::FuncCode lyx::LFUN_VC_RENAME + * \li Action: Renames the document to another name. + * \li Notion: Renaming with revision history is only supported by SVN. + For CVS it is simulated by adding the document under a new + name and deleting the old one. For RCS it is not supported. + Disabled if uncommitted changes exist. + * \li Syntax: vc-rename + * \li Params: : New name of the document.\n + * A file dialog is opened if no filename is given. + * \li Origin: gb, 05 Feb 2013 + * \endvar + */ + { LFUN_VC_RENAME, "vc-rename", ReadOnly, System }, +/*! + * \var lyx::FuncCode lyx::LFUN_VC_COPY + * \li Action: Copies the document to another name. + * \li Notion: Copying with revision history is only supported by SVN. + For RCS and CVS it is simulated by adding the document + under a new name. + Disabled if uncommitted changes exist. + * \li Syntax: vc-copy + * \li Params: : New name of the document.\n + * A file dialog is opened if no filename is given. + * \li Origin: gb, 05 Feb 2013 + * \endvar + */ + { LFUN_VC_COPY, "vc-copy", ReadOnly, System }, /*! * \var lyx::FuncCode lyx::LFUN_VC_CHECK_IN * \li Action: Checks-in/commits the changes of the registered file to the repository. @@ -2371,21 +2410,22 @@ void LyXAction::init() * \li Params: Generally see #LFUN_INSET_INSERT for further details.\n In case that is "tabular" various math-environment features are handled as well, e.g. add-vline-left/right for the Grid/Array environment.\n - : append-row|append-column|delete-row|delete-column|copy-row|copy-column| - toggle-line-top|toggle-line-bottom|toggle-line-left|toggle-line-right| - align-left|align-right|align-center|align-block|align-decimal|set-decimal-point| - valign-top|valign-bottom|valign-middle|longtabular-align-left| - longtabular-align-center|longtabular-align-right|m-align-left|m-align-right| - m-align-center|m-valign-top|m-valign-bottom|m-valign-middle|multicolumn| - set-all-lines|unset-all-lines|set-longtabular|unset-longtabular|set-pwidth| - set-mpwidth|set-rotate-tabular|unset-rotate-tabular|toggle-rotate-tabular| - set-rotate-cell|unset-rotate-cell|toggle-rotate-cell|set-usebox|set-lthead| - unset-lthead|set-ltfirsthead|unset-ltfirsthead|set-ltfoot|unset-ltfoot| - set-ltlastfoot|unset-ltlastfoot|set-ltnewpage|toggle-ltcaption| - 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|set-tabular-width \n + : append-row|append-column|delete-row|delete-column|copy-row|\n + copy-column|move-column-right|move-column-left|move-row-down|move-row-up|\n + toggle-line-top|toggle-line-bottom|toggle-line-left|toggle-line-right|\n + align-left|align-right|align-center|align-block|align-decimal|set-decimal-point|\n + valign-top|valign-bottom|valign-middle|longtabular-align-left|\n + longtabular-align-center|longtabular-align-right|m-align-left|m-align-right|\n + m-align-center|m-valign-top|m-valign-bottom|m-valign-middle|multicolumn|\n + set-all-lines|unset-all-lines|set-longtabular|unset-longtabular|set-pwidth|\n + set-mpwidth|set-rotate-tabular|unset-rotate-tabular|toggle-rotate-tabular|\n + set-rotate-cell|unset-rotate-cell|toggle-rotate-cell|set-usebox|set-lthead|\n + unset-lthead|set-ltfirsthead|unset-ltfirsthead|set-ltfoot|unset-ltfoot|\n + set-ltlastfoot|unset-ltlastfoot|set-ltnewpage|toggle-ltcaption|\n + set-special-column|set-special-multicolumn|set-special-multirow|\n + set-booktabs|unset-booktabs|set-top-space|set-bottom-space|\n + set-interline-space|set-border-lines|tabular-valign-top|\n + tabular-valign-middle|tabular-valign-bottom|set-tabular-width : additional argument for some commands, use debug mode to explore its values. * \li Sample: inset-modify note Note Comment \n inset-modify changetype Ovalbox @@ -2446,7 +2486,7 @@ void LyXAction::init() matches all note insets, while "Note:Note" only matches LyX yellow note insets. * \li Sample: Remove all index insets: \n - inset-forall Index delete-char-forward \n + inset-forall Index char-delete-forward \n Close all Notes (also works for a particular branch, for example): \n inset-forall Note inset-toggle close \n Transform all yellow notes to comments \n @@ -2514,9 +2554,14 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_LANGUAGE * \li Action: Set language from the current cursor position. - * \li Syntax: language + * \li Syntax: language [set] * \li Params: : Requested language. Look in lib/languages for - the list. + the list. "language reset" or "language" (without param) + reset to the document language. + set: If used, the language will be set to the specified + language. Otherwise, the language will be toggled (i.e., if + the current language is LANG, switch to the document language + or the default language, if LANG is the document language). * \li Origin: Dekel, 2 Mar 2000 * \endvar */ @@ -2664,27 +2709,16 @@ void LyXAction::init() { LFUN_WINDOW_CLOSE, "window-close", NoBuffer, Buffer }, /*! - * \var lyx::FuncCode lyx::LFUN_SPLIT_VIEW + * \var lyx::FuncCode lyx::LFUN_VIEW_SPLIT * \li Action: Creates another split view of current buffer. * \li Notion: All split views act in the same way independently. - * \li Syntax: split-view + * \li Syntax: view-split * \li Params: horizontal : The work areas are laid out side by side.\n vertical : The work areas laid out vertically. * \li Origin: Abdel, 20 Feb 2008 * \endvar */ - { LFUN_SPLIT_VIEW, "split-view", ReadOnly, Buffer }, - -/*! - * \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE - * \li Action: Close the current tab group. - * \li Notion: This only closes the work areas, not the buffers themselves. - The still opened buffers can be visualized in another tab group. - * \li Syntax: tab-group-close - * \li Origin: Abdel, 21 Feb 2008 - * \endvar - */ - { LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer }, + { LFUN_VIEW_SPLIT, "view-split", ReadOnly, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_VIEW_CLOSE @@ -2697,6 +2731,17 @@ void LyXAction::init() */ { LFUN_VIEW_CLOSE, "view-close", ReadOnly, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_TAB_GROUP_CLOSE + * \li Action: Close the current tab group. + * \li Notion: This only closes the work areas, not the buffers themselves. + The still opened buffers can be visualized in another tab group. + * \li Syntax: tab-group-close + * \li Origin: Abdel, 21 Feb 2008 + * \endvar + */ + { LFUN_TAB_GROUP_CLOSE, "tab-group-close", ReadOnly, Buffer }, + /*! * \var lyx::FuncCode lyx::LFUN_DIALOG_SHOW * \li Action: Shows hidden dialog or creates new one for a given function/inset settings etc. @@ -3160,21 +3205,22 @@ void LyXAction::init() { LFUN_BUFFER_WRITE_AS, "buffer-write-as", ReadOnly, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_FORALL - * \li Action: Applies a command to all visible, hidden, or both types of buffers in the active window. - * \li Syntax: buffer-forall [] - * \li Params: : default: visible - : The command that is to be applied to the buffers. - * \li Sample: Close all Notes in all visible documents: \n + * \li Action: Applies a command to all non-hidden buffers. + * \li Notion: a buffer is `hidden' if it is internally open in LyX, but not + visible in any window. + * \li Syntax: buffer-forall + * \li Params: : The command to be applied to the buffers. + * \li Sample: Close all Notes in buffers: \n buffer-forall inset-forall Note inset-toggle close \n - Toggle change tracking on all documents: \n - buffer-forall both changes-track \n - Toggle read-only for all visible documents: \n + Toggle change tracking on buffers: \n + buffer-forall changes-track \n + Toggle read-only for buffers: \n buffer-forall buffer-toggle-read-only \n - Show statistics for each document: \n - buffer-forall both statistics \n - Activate the branch named "Solutions" in all visible documents: \n + Show statistics for individual buffers: \n + buffer-forall statistics \n + Activate the branch named "Solutions" in buffers: \n buffer-forall branch-activate Solutions \n - Export all visible documents to PDF (pdflatex): \n + Export buffers to PDF (pdflatex): \n buffer-forall buffer-export pdf2 \n * \li Origin: scottkostyshak, 20 Jul 2012 * \endvar @@ -3501,7 +3547,7 @@ void LyXAction::init() * \li Origin: spitz, 7 Jul 2009 * \endvar */ - { LFUN_BRANCH_ADD, "branch-add", Noop, Buffer }, + { LFUN_BRANCH_ADD, "branch-add", AtPoint, Buffer }, /*! @@ -3525,6 +3571,27 @@ void LyXAction::init() * \endvar */ { LFUN_BRANCH_DEACTIVATE, "branch-deactivate", AtPoint, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BRANCH_MASTER_ACTIVATE + * \li Action: Activate the branch in the master buffer. + * \li Syntax: branch-master-activate + * \li Params: : The branch to activate + * \li Sample: lyx -x "branch-activate answers" -e pdf2 finalexam.lyx \n + could be used to export a pdf with the answers branch included + without one's having to open LyX and activate the branch manually. + * \li Origin: spitz, 30 Sep 2012 + * \endvar + */ + { LFUN_BRANCH_MASTER_ACTIVATE, "branch-master-activate", AtPoint, Buffer }, +/*! + * \var lyx::FuncCode lyx::LFUN_BRANCH_MASTER_DEACTIVATE + * \li Action: De-activate the branch in the master buffer. + * \li Syntax: branch-master-deactivate + * \li Params: : The branch to deactivate + * \li Origin: spitz, 30 Sep 2012 + * \endvar + */ + { LFUN_BRANCH_MASTER_DEACTIVATE, "branch-master-deactivate", AtPoint, Buffer }, /*! * \var lyx::FuncCode lyx::LFUN_BRANCHES_RENAME @@ -3561,7 +3628,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_LABEL_INSERT_AS_REF - * \li Action: Inserts the label as a cross-reference at the position of the cursor. + * \li Action: Inserts the label (in ToC pane) as a cross-reference at the position of the cursor. * \li Syntax: label-insert-as-reference * \li Origin: vfr, 7 Apr 2009 * \endvar @@ -3598,6 +3665,15 @@ void LyXAction::init() */ { LFUN_INSET_COPY_AS, "inset-copy-as", ReadOnly | NoUpdate | AtPoint, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_ENVIRONMENT_SPLIT + * \li Action: Splits the current environment with a Separator. + * \li Syntax: environment-split + * \li Origin: spitz, 23 Dec 2012 + * \endvar + */ + { LFUN_ENVIRONMENT_SPLIT, "environment-split", Noop, Layout }, + { LFUN_NOACTION, "", Noop, Hidden } #ifndef DOXYGEN_SHOULD_SKIP_THIS };