mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
LFuns generation is currently sensitive to tabs in the descriptions.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32837 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3e00591082
commit
346da75166
@ -3451,15 +3451,15 @@ void LyXAction::init()
|
||||
|
||||
* \li Action: Apply the given commands on insets of a given name. WARNING: use
|
||||
at your own risks; this function gives you too many ways of
|
||||
shooting yourself in the foot. A typical example is
|
||||
shooting yourself in the foot. A typical example is
|
||||
inset-forall Note note-insert
|
||||
which starts an infinite loop. This is mitigated by the fact
|
||||
that the number of actions is arbitrarily limited to 1000.
|
||||
* \li Syntax: inset-forall <NAME> <LFUN-COMMAND>
|
||||
If <NAME> is *, all insets are matched.
|
||||
<NAME>: Type of Inset. If <NAME> is *, all insets are matched.
|
||||
* \li Sample: The name is used like for InsetLayout in layout files: "Note"
|
||||
matches all note insets, while "Note:Note" only matches LyX
|
||||
yellow note insets. The following command closes all note insets
|
||||
yellow note insets. The following command closes all note insets \n
|
||||
inset-forall Note inset-toggle close
|
||||
* \li Origin: lasgouttes, 27 Nov 2009
|
||||
* \endvar
|
||||
|
Loading…
Reference in New Issue
Block a user