From 336abfbbdfcb19cccfb93022cd04352843228917 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sun, 28 Feb 2010 00:15:21 +0000 Subject: [PATCH] * LFUNs.lyx git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33589 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/doc/LFUNs.lyx | 92 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 27 deletions(-) diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index 77a701a6e7..c013ef9547 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -57,7 +57,7 @@ \begin_body \begin_layout Section* -LFUNs documentation automatically generated 2010-02-12 +LFUNs documentation automatically generated 2010-02-28 \end_layout \begin_layout Standard @@ -3048,6 +3048,9 @@ LFUN_TABULAR_INSERT Action Inserts table into the document. \end_layout \begin_layout Description +Notion See LFUN_INSET_MODIFY for some more details about tabular modifications. +\end_layout +\begin_layout Description Syntax tabular-insert [ ] \end_layout \begin_layout Description @@ -3057,29 +3060,6 @@ Params In case no arguments are given show insert dialog. Origin Jug, 12 Apr 2000 \end_layout -\begin_layout Subsection* -LFUN_TABULAR_FEATURE -\end_layout -\begin_layout Description -Action Sets various features to the table/cell on the current cursor position. -\end_layout -\begin_layout Description -Notion Various math-environment features are handled here as well, e.g. add-vline-left/right for the Grid/Array environment -\end_layout -\begin_layout Description -Syntax tabular-feature [] -\end_layout -\begin_layout Description -Params : 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|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 -\begin_inset Newline newline -\end_inset - -: additional argument for some commands, use debug mode to explore its values. -\end_layout -\begin_layout Description -Origin Jug, 28 Jul 2000 -\end_layout - \begin_layout Subsection* LFUN_CELL_BACKWARD \end_layout @@ -3276,6 +3256,52 @@ Syntax vc-repo-update Origin sanda, 16 Oct 2009 \end_layout +\begin_layout Subsection* +LFUN_VC_COMPARE +\end_layout +\begin_layout Description +Action Compares two revisions of the same file under version control. +\end_layout +\begin_layout Description +Notion This is currently implemented only for SVN and RCS. +\end_layout +\begin_layout Description +Syntax vc-compare [] +\end_layout +\begin_layout Description +Params Revision number either points directly to commit in history or if negative number -x it points to last commit - x. +\begin_inset Newline newline +\end_inset + + In RCS we subtract only in the last number of revision specification. Special case "0" is reserved for the last committed revision. +\begin_inset Newline newline +\end_inset + +: Older file. +\begin_inset Newline newline +\end_inset + + : Newer file. Used only if REV1 > 0. +\end_layout +\begin_layout Description +Sample Compare current document against last commit +\begin_inset Newline newline +\end_inset + +vc-compare 0Compare current document against current revision - 5 commits +\begin_inset Newline newline +\end_inset + +vc-compare -5Compare revisions 120 and 155 +\begin_inset Newline newline +\end_inset + +vc-compare 120 155 +\end_layout +\begin_layout Description +Origin sanda, 12 Feb 2010 +\end_layout + \begin_layout Subsection* LFUN_CHANGES_TRACK \end_layout @@ -3442,7 +3468,7 @@ Action Insert new inset (type given by the parameters). Syntax inset-insert \end_layout \begin_layout Description -Params : +Params : \begin_inset Newline newline \end_inset @@ -3492,10 +3518,22 @@ Action Modify some properties of an inset. Notion Used for bibitem, bibtex, box, branch, command, ert, external, floats, graphics, include, index, info, label, listings, newline, newpage, nomencl, note, phantom, ref, space, tabular, vspace, wrap insets. \end_layout \begin_layout Description -Syntax inset-modify inset-modify changetype +Syntax inset-modify inset-modify changetype inset-modify tabular [] \end_layout \begin_layout Description -Params See LFUN_INSET_INSERT for further details. +Params Generally see LFUN_INSET_INSERT for further details. +\begin_inset Newline newline +\end_inset + +In case that is "tabular" various math-environment features are handled as well, e.g. add-vline-left/right for the Grid/Array environment. +\begin_inset Newline newline +\end_inset + +: 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|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 +\begin_inset Newline newline +\end_inset + +: additional argument for some commands, use debug mode to explore its values. \end_layout \begin_layout Description Sample inset-modify note Note Commentinset-modify changetype Ovalbox -- 2.39.5