Jean-Marc Lasgouttes schreef:
We had a question recently about how to remove all Index insets from the document. Rather than building yet another UI for that, the following dirty function maybe be useful, although mostly for power user (not the kind of function that I would like to see advertised prominently
in UserGuide).

Yes, a colleague of mine wanted to change the style of all citations, so this would have been useful for that (by the way, we should add something to do that).
Remove all index insets:
inset-forall Index delete-char-forward

inset-forall sounds like inset-next, which we avoided by the AtPoint mechanism. Why not use a AllInsets action flag for this ?

Vincent


Reply via email to