From 43caa1fe8a3956a8434dbb6663f3f7912b53b94a Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 28 Jun 2009 10:37:36 +0000 Subject: [PATCH] * LFUNs.lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30282 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/LFUNs.lyx | 50 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index c11f7234d9..c5eb844047 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 2009-06-12 +LFUNs documentation automatically generated 2009-06-28 \end_layout \begin_layout Standard @@ -2169,6 +2169,15 @@ LFUN_MATH_INSERT Action Inserts math objects and symbols. \end_layout \begin_layout Description +Notion When is a _single_ math inset with more than one cell (such as "x_y^z" or " +\backslash +frac{x}{y}"), the content of cell(0) is replaced by the current selection (only works if the selection is in mathed). As an example, if "abc" is selected in mathed, "math-insert +\backslash +frac{x}{y}" replaces "abc" with " +\backslash +frac{abc}{y}", and "math-insert x_y^z" replaces "abc" with "abc_y^z". If nothing is selected (or the selection is not in mathed), math-insert works as expected. +\end_layout +\begin_layout Description Syntax math-insert \end_layout \begin_layout Description @@ -2923,6 +2932,29 @@ Syntax outline-out Origin Vermeer, 23 Mar 2006 \end_layout +\begin_layout Subsection* +LFUN_OUTLINE_DRAGMOVE +\end_layout +\begin_layout Description +Action Moves the document section associated with the specified heading to a specified location. Both the heading and the target paragraph are specified by the paragraph ID numbers. +\end_layout +\begin_layout Description +Notion The heading is a paragraph with style Part/Chapter/Section/ etc. Id number of the paragraph is not the sequential number seen on the screen, but an internal number that is unique for all opened buffers (documents). +\end_layout +\begin_layout Description +Syntax outline-dragmove +\end_layout +\begin_layout Description +Params : paragraph id of the section heading which is to be moved. +\begin_inset Newline newline +\end_inset + +: the paragraph id where the section will be moved to. +\end_layout +\begin_layout Description +Origin Rob Oakes, 22 June 2009 +\end_layout + \begin_layout Subsection* LFUN_INSET_EDIT \end_layout @@ -3146,6 +3178,22 @@ Sample vc-command DR $$p "svn up" Origin sanda, 13 Jan 2009 \end_layout +\begin_layout Subsection* +LFUN_VC_LOCKING_TOGGLE +\end_layout +\begin_layout Description +Action Toggles the locking property of the edited file. +\end_layout +\begin_layout Description +Notion This is currently implemented only for SVN. +\end_layout +\begin_layout Description +Syntax vc-locking-toggle +\end_layout +\begin_layout Description +Origin sanda, 25 Jun 2009 +\end_layout + \begin_layout Subsection* LFUN_CHANGES_TRACK \end_layout -- 2.39.2