]> git.lyx.org Git - features.git/commitdiff
update LFUNs.lyx
authorPavel Sanda <sanda@lyx.org>
Wed, 3 Oct 2018 21:27:25 +0000 (23:27 +0200)
committerPavel Sanda <sanda@lyx.org>
Wed, 3 Oct 2018 21:27:25 +0000 (23:27 +0200)
lib/doc/LFUNs.lyx

index 4c5bb2ea7743e6855a9e681bfec153d0d357ba8b..db4237964ff9fb767d276a3e73610828c211c9b2 100644 (file)
@@ -1,5 +1,5 @@
-#LyX 2.3 created this file. For more info see http://www.lyx.org/
-\lyxformat 544
+# gen_lfuns.py generated this file. For more info see http://www.lyx.org/
+\lyxformat 509
 \begin_document
 \begin_header
 \save_transient_properties true
@@ -79,9 +79,7 @@ End
 \tocdepth 3
 \paragraph_separation indent
 \paragraph_indentation default
-\is_math_indent 0
-\math_numbering_side default
-\quotes_style english
+\quotes_language english
 \papercolumns 1
 \papersides 1
 \paperpagestyle default
@@ -90,7 +88,6 @@ End
 \html_math_output 0
 \html_css_as_file 0
 \html_be_strict false
-\use_minted 0
 \end_header
 
 \begin_body
@@ -193,11 +190,11 @@ Params outer: If this is given, LyX will split the outermost environment in the
 \begin_inset Newline newline
 \end_inset
 
-previous: If this is given, LyX will split the environment in the previous paragraph (is there is one).
+previous: If this is given, LyX will split the environment in the previous paragraph (if there is one).
 \begin_inset Newline newline
 \end_inset
 
-before: If this is given, the new environment will be appended rather than prepended.
+before:   If this is given, the new environment will be appended rather than prepended.
 \end_layout
 
 \begin_layout Description
@@ -1088,6 +1085,22 @@ Syntax branch-insert <BRANCH-NAME>
 Origin vermeer, 17 Aug 2003
 \end_layout
 
+\begin_layout Subsection*
+buffer-anonymize
+\end_layout
+
+\begin_layout Description
+Action For debug purposes only. Convert all [a-zA-Z0-1] characters to single character. Useful when submitting docs to list or bugzilla.
+\end_layout
+
+\begin_layout Description
+Syntax buffer-anonymize
+\end_layout
+
+\begin_layout Description
+Origin sanda, Feb 1 2018
+\end_layout
+
 \begin_layout Subsection*
 buffer-begin
 \end_layout
@@ -2112,6 +2125,26 @@ Syntax graphics-reload
 Origin vfr, 10 Aug 2009
 \end_layout
 
+\begin_layout Subsection*
+graphics-unify
+\end_layout
+
+\begin_layout Description
+Action Set the same group for all graphics insets in the marked block.
+\end_layout
+
+\begin_layout Description
+Syntax graphics-unify [<GROUP>]
+\end_layout
+
+\begin_layout Description
+Params <GROUP>: Id for an existing group. In case the Id is an empty string, the group Id from the first graphics inset will be used.
+\end_layout
+
+\begin_layout Description
+Origin sanda, 7 Feb 2018
+\end_layout
+
 \begin_layout Subsection*
 href-insert
 \end_layout
@@ -2295,7 +2328,7 @@ inset-begin
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the beginning of the current inset if it is not already there, or at the beginning of the enclosing inset otherwise
+Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset.
 \end_layout
 
 \begin_layout Description
@@ -2311,7 +2344,7 @@ inset-begin-select
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the beginning of the current inset if it is not already there, or at the beginning of the enclosing inset otherwise (adding the traversed text to the selection).
+Action Move the cursor to the beginning of the current inset if it is not already there. If the cursor is already at the beginning of the current inset, move it to the beginning of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection).
 \end_layout
 
 \begin_layout Description
@@ -2395,7 +2428,7 @@ inset-end
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the end of the current inset if it is not already there, or at the end of the enclosing inset otherwise
+Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset.
 \end_layout
 
 \begin_layout Description
@@ -2411,7 +2444,7 @@ inset-end-select
 \end_layout
 
 \begin_layout Description
-Action Move the cursor to the end of the current inset if it is not already there, or at the end of the enclosing inset otherwise (adding the traversed text to the selection).
+Action Move the cursor to the end of the current inset if it is not already there. If the cursor is already at the end of the current inset, move it to the end of the enclosing inset or the main work area, respectively, if there is no enclosing inset (adding the traversed text to the selection).
 \end_layout
 
 \begin_layout Description
@@ -4145,15 +4178,15 @@ Action Inserts a single unicode character.
 \end_layout
 
 \begin_layout Description
-Syntax unicode-insert <CHAR>
+Syntax unicode-insert <CHAR1> <CHAR2> ...
 \end_layout
 
 \begin_layout Description
-Params <CHAR>: The character to insert, given as its code point, in hexadecimal.
+Params <CHARn>: The character to insert, given as its code point, in hexadecimal.
 \end_layout
 
 \begin_layout Description
-Sample unicode-insert 0x0100
+Sample unicode-insert 0x0100 0x0259
 \end_layout
 
 \begin_layout Description
@@ -6238,6 +6271,38 @@ Notion Terminates the current LyX instance, asking whether to save modified docu
 Syntax lyx-quit
 \end_layout
 
+\begin_layout Subsection*
+master-buffer-export
+\end_layout
+
+\begin_layout Description
+Action Exports the master buffer (document) to the given format.
+\end_layout
+
+\begin_layout Description
+Syntax master-buffer-export [<FORMAT>] [<DEST>]
+\end_layout
+
+\begin_layout Description
+Params <FORMAT> is one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), "pdflatex" (plain tex for pdflatex) or "ps" for postscript.
+\begin_inset Newline newline
+\end_inset
+
+Note that "custom" is not allowed in this case.
+\begin_inset Newline newline
+\end_inset
+
+If absent or "default", then the default output format of the document is used.
+\begin_inset Newline newline
+\end_inset
+
+<DEST>   If present, this argument provides the export destination filename. Its containing folder will also be the destination folder, where all the needed external files will be copied.
+\end_layout
+
+\begin_layout Description
+Origin rkh, 18 April 2018
+\end_layout
+
 \begin_layout Subsection*
 master-buffer-update
 \end_layout