From 22a27d960957e94da4f484523cc8218a4c386eb4 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 11 Apr 2009 18:18:06 +0000 Subject: [PATCH] * LFUNs.lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29215 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/LFUNs.lyx | 115 ++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 106 insertions(+), 9 deletions(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 58973bc97c..87068b235b 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -49,7 +49,7 @@ theorems-ams \begin_body \begin_layout Section* -LFUNs documentation automatically generated 03.04.2009. +LFUNs documentation automatically generated 11.04.2009. \end_layout \begin_layout Standard @@ -4336,6 +4336,24 @@ Syntax change-next Origin schmitt, 4 Oct 2006 \end_layout +\begin_layout Subsection* +LFUN_CHANGE_PREVIOUS +\end_layout + +\begin_layout Description +Action Moves the cursor to the position of the previous change of the change + tracking records. + +\end_layout + +\begin_layout Description +Syntax change-previous +\end_layout + +\begin_layout Description +Origin vfr, 4 Apr 2009 +\end_layout + \begin_layout Subsection* LFUN_CHANGES_MERGE \end_layout @@ -6043,12 +6061,14 @@ Notion Displays the contents of the current buffer in the chosen format, \end_layout \begin_layout Description -Syntax buffer-view +Syntax buffer-view [] \end_layout \begin_layout Description Params : The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. + If no format is given, the default format as specified in the same dialog + is used. \end_layout @@ -6071,12 +6091,14 @@ EW) the output will be rewriten - updated. \end_layout \begin_layout Description -Syntax buffer-update +Syntax buffer-update [] \end_layout \begin_layout Description Params : The format to display, where this is one of the formats defined (in the current GUI) in the Tools>Preferences>File Formats dialog. + If no format is given, the default format as specified in the same dialog + is used. \end_layout @@ -6177,13 +6199,20 @@ LFUN_MASTER_BUFFER_UPDATE \begin_layout Description Action When run from a child document, this updates (exports) document built - from the master buffer. - If a master is not found, it updates the current buffer. + from the master buffer, if available. \end_layout \begin_layout Description -Syntax master-buffer-update +Syntax master-buffer-update [] +\end_layout + +\begin_layout Description +Params : The format to display, where this is one of the formats + defined (in the current GUI) in the Tools>Preferences>File Formats dialog. + If no format is given, the default format as specified in the same dialog + is used. + \end_layout \begin_layout Description @@ -6196,13 +6225,20 @@ LFUN_MASTER_BUFFER_VIEW \begin_layout Description Action When run from a child document, this command shows a preview built - from the master buffer. - If a master is not found, it previews the current buffer. + from the master buffer, if available. \end_layout \begin_layout Description -Syntax master-buffer-view +Syntax master-buffer-view [] +\end_layout + +\begin_layout Description +Params : The format to display, where this is one of the formats + defined (in the current GUI) in the Tools>Preferences>File Formats dialog. + If no format is given, the default format as specified in the same dialog + is used. + \end_layout \begin_layout Description @@ -6830,5 +6866,66 @@ Syntax copy-label-as-reference Origin sts, 16 Nov 2008 \end_layout +\begin_layout Subsection* +LFUN_INSERT_LABEL_AS_REF +\end_layout + +\begin_layout Description +Action Inserts the label as a cross-reference at the position of the cursor. + +\end_layout + +\begin_layout Description +Syntax insert-label-as-reference +\end_layout + +\begin_layout Description +Origin vfr, 7 Apr 2009 +\end_layout + +\begin_layout Subsection* +LFUN_BUFFER_ZOOM_IN +\end_layout + +\begin_layout Description +Action Increases the zoom of the screen fonts. + +\end_layout + +\begin_layout Description +Syntax buffer-zoom-in [] +\end_layout + +\begin_layout Description +Params : The zoom in %, the default is 20. + +\end_layout + +\begin_layout Description +Origin vfr, 30 Mar 2009 +\end_layout + +\begin_layout Subsection* +LFUN_BUFFER_ZOOM_OUT +\end_layout + +\begin_layout Description +Action Decreases the zoom of the screen fonts. + +\end_layout + +\begin_layout Description +Syntax buffer-zoom-out [] +\end_layout + +\begin_layout Description +Params : The zoom in %, the default is 20. + +\end_layout + +\begin_layout Description +Origin vfr, 30 Mar 2009 +\end_layout + \end_body \end_document -- 2.39.2