* LFUNs.lyx

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28139 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-01-13 21:40:37 +00:00
parent 21470a6219
commit f048ed70ee

View File

@ -49,7 +49,7 @@ theorems-ams
\begin_body
\begin_layout Section*
LFUNs documentation automatically generated 11.01.2009.
LFUNs documentation automatically generated 13.01.2009.
\end_layout
\begin_layout Standard
@ -4073,6 +4073,65 @@ Syntax vc-check-out
Origin Lgb, 1 Jul 1997
\end_layout
\begin_layout Subsection*
LFUN_VC_COMMAND
\end_layout
\begin_layout Description
Action Executes external command.
This command is intended to support additonal VCS commands.
\end_layout
\begin_layout Description
Syntax vc-command <FLAG> <PATH> <COMMAND>
\end_layout
\begin_layout Description
Params <FLAG>: Flags for the command can be combined together.
\begin_inset Newline newline
\end_inset
U - dUmmy - no flags
\begin_inset Newline newline
\end_inset
D - Doc - need document loaded to proceed
\begin_inset Newline newline
\end_inset
I - dIrty - mark document dirty
\begin_inset Newline newline
\end_inset
R - Reload - reload the document after command execution
\begin_inset Newline newline
\end_inset
M - Message - ask for input string (commit message)
\begin_inset Newline newline
\end_inset
<PATH>: path where to start.
$$p will be replaced by the current document path.
\begin_inset Newline newline
\end_inset
<COMMAND>: command to execute.
$$i/$$p/$$m will be replaced by the current document/path/message.
\end_layout
\begin_layout Description
Sample vc-command DR $$p "svn up"
\end_layout
\begin_layout Description
Origin sanda, 13 Jan 2009
\end_layout
\begin_layout Subsection*
LFUN_CHANGES_TRACK
\end_layout