commit a31e112d0aeede571dc40fb8af1abce64707bf23 Author: Pavel Sanda <sa...@lyx.org> Date: Sun Feb 16 17:27:45 2025 +0100
Regenrate lfun docs --- lib/doc/LFUNs.lyx | 205 +++++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 164 insertions(+), 41 deletions(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 9dd4a46e58..9318e90094 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -1,5 +1,5 @@ -#LyX 2.4 created this file. For more info see https://www.lyx.org/ -\lyxformat 620 +#LyX 2.5 created this file. For more info see https://www.lyx.org/ +\lyxformat 631 \begin_document \begin_header \save_transient_properties true @@ -93,7 +93,7 @@ End \papersides 1 \paperpagestyle default \tablestyle default -\tracking_changes true +\tracking_changes false \output_changes false \change_bars false \postpone_fragile_content false @@ -102,7 +102,7 @@ End \html_be_strict false \docbook_table_output 0 \docbook_mathml_prefix 1 -\author -584632292 "Richard Kimberly Heck" +\docbook_mathml_version 0 \end_header \begin_body @@ -163,25 +163,6 @@ arg "command-execute" \end_inset . -\change_inserted -584632292 1712005995 - -\end_layout - -\begin_layout Standard - -\change_inserted -584632292 1712006077 -Usually, - when multiple optional arguments are shown, - the earlier arguments must be given if later ones are to be given. - So, - for example, - in quote-insert, - <LEVEL> can be given alone, - without <SIDE> and <STYLE>, - but it must be given if <SIDE> is given, - and all three must be given if <STYLE> is to be given. -\change_unchanged - \end_layout \begin_layout Standard @@ -742,7 +723,7 @@ Notion These properties are stored via LFUN_TEXTSTYLE_UPDATE, \end_layout \begin_layout Description -Syntax textstyle-apply [<NUM>]textstyle-apply +Syntax textstyle-apply [<NUM>] \end_layout \begin_layout Description @@ -786,6 +767,13 @@ Params <FONT_INFO>: \end_inset Use lyx -dbg action for exact syntax of text-style dialog parameters. + The code is expecting numerical parameters, + so that one needs to use e.g. + "series 1" instead of "series bold". +\end_layout + +\begin_layout Description +Sample textstyle-update series 1 \end_layout \begin_layout Description @@ -2200,6 +2188,35 @@ Action Moves the cursor one line in downward direction adding the current positi Syntax down-select \end_layout +\begin_layout Subsection* +error-next +\end_layout + +\begin_layout Description +Action Moves the cursor to the beginning of next LaTeX error. +\end_layout + +\begin_layout Description +Syntax error-next +\end_layout + +\begin_layout Subsection* +errors-show +\end_layout + +\begin_layout Description +Action Shows export error dialog if errors exist. +\end_layout + +\begin_layout Description +Syntax errors-show +\end_layout + +\begin_layout Description +Origin spitz, + 31 Dec 2024 +\end_layout + \begin_layout Subsection* ert-insert \end_layout @@ -4348,7 +4365,7 @@ Notion Currently 15 different quote styles are distinguished (see params). \end_layout \begin_layout Description -Syntax quote-insert [<LEVEL>] [<SIDE>] [<STYLE>] +Syntax quote-insert [<LEVEL>] [<SIDE> <STYLE>] \end_layout \begin_layout Description @@ -4366,12 +4383,8 @@ Params <LEVEL>: 'opening' for opening quotes, 'closing' for closing quotes, otherwise the side will be guessed from the context. - -\change_inserted -584632292 1712005910 - Use `auto' to force this default. + Use 'auto' to force this default. (You will need to give this argument if you also want to give <STYLE>.) -\change_unchanged - \begin_inset Newline newline \end_inset @@ -4457,6 +4470,27 @@ Action Redoes the last thing undone. Syntax redo \end_layout +\begin_layout Subsection* +reference-insert +\end_layout + +\begin_layout Description +Action Inserts a cross-reference into the document. +\end_layout + +\begin_layout Description +Notion Optional <TYPE> can be used to set the type of reference +\end_layout + +\begin_layout Description +Syntax reference-insert <LABEL> [<TYPE>] +\end_layout + +\begin_layout Description +Origin spitz, + 28 Jul 2024 +\end_layout + \begin_layout Subsection* reference-next \end_layout @@ -4474,6 +4508,45 @@ Origin Dekel, 14 Jan 2001 \end_layout +\begin_layout Subsection* +reference-to-paragraph +\end_layout + +\begin_layout Description +Action Inserts a cross-reference to the paragraph with a given ID +\end_layout + +\begin_layout Description +Notion The function checks of the paragraph already has a label. + If so, + it uses that. + Otherwise it inserts a label and uses this. +\end_layout + +\begin_layout Description +Syntax reference-to-paragraph <PAR_ID> [<TYPE>] +\end_layout + +\begin_layout Description +Params <PAR_IDs>: + paragraph ids, + might be a comma-separated list +\begin_inset Newline newline +\end_inset + +if it is in a nested inset +\begin_inset Newline newline +\end_inset + +<TYPE>: + cross-references type +\end_layout + +\begin_layout Description +Origin spitz, + 28 Jul 2024 +\end_layout + \begin_layout Subsection* repeat \end_layout @@ -4613,12 +4686,13 @@ Syntax scroll <TYPE> <QUANTITY> \begin_layout Description Params <TYPE>: - line|page + line|page|caret \begin_inset Newline newline \end_inset <QUANTITY>: - up|down|<number> + top|center|bottom|toggle [if <TYPE> is caret] <QUANTITY>: + up|down|<number> [otherwise] \end_layout \begin_layout Description @@ -4681,8 +4755,12 @@ Action Pastes the internal selection text in permanent selection. \end_layout \begin_layout Description -Notion Created in order to have middle mouse button pasting correct (bound to command-alternatives selection-paste ; - primary-selection-paste paragraph). +Notion Created in order to have middle mouse button pasting correct. + The middle button is bound to "command-alternatives selection-paste ; + primary-selection-paste". + selection-paste makes sure that if something is highlighted in LyX window it gets into selection buffer and pasted. + If nothing is highlighted, + then primary-selection-paste covers the cases of pasting from selection buffer from another apps (or from LyX once the highlight is gone). \end_layout \begin_layout Description @@ -5489,6 +5567,32 @@ Notion See also LFUN_WORD_FORWARD. Syntax word-forward-select \end_layout +\begin_layout Subsection* +word-invertcase +\end_layout + +\begin_layout Description +Action Invert the case of the words in the selection or word at cursor position. + This is useful when one FORGOT THE cAPS lOCK KEY. +\end_layout + +\begin_layout Description +Syntax word-invertcase [<SEL_TYPE>] +\end_layout + +\begin_layout Description +Params <SEL_TYPE>: + if this is equal to "partial", + then the default word starts at cursor position (emacs-style). + Otherwise, + the whole word is considered. +\end_layout + +\begin_layout Description +Origin lasgouttes, + 14 Oct 2024 +\end_layout + \begin_layout Subsection* word-left \end_layout @@ -8223,13 +8327,7 @@ Notion Already opened documents from the previous window can be found under View \end_layout \begin_layout Description -Syntax window-new [<GEOMETRY>] -\end_layout - -\begin_layout Description -Params <GEOMETRY>: - pass the geometry of the window. - This parameter is currently accepted only on Windows platform. +Syntax window-new \end_layout \begin_layout Description @@ -8806,6 +8904,31 @@ Origin lasgouttes, Jan 8 2008 \end_layout +\begin_layout Subsection* +statistics-reference-clamp +\end_layout + +\begin_layout Description +Action Count statistics relative to the current value. + In other words all future values will be subtracted by this value. +\end_layout + +\begin_layout Description +Syntax statistics-reference-clamp [reset] +\end_layout + +\begin_layout Description +Params reset: + remove the clamp, + i.e. + count in the absolute numbers again +\end_layout + +\begin_layout Description +Origin sanda, + Mar 28 2024 +\end_layout + \begin_layout Subsection* vc-check-in \end_layout -- lyx-cvs mailing list lyx-cvs@lists.lyx.org https://lists.lyx.org/mailman/listinfo/lyx-cvs