]> git.lyx.org Git - features.git/commit
Allow inset-forall to match separators (#10090)
authorGuillaume Munch <gm@lyx.org>
Mon, 16 May 2016 17:10:13 +0000 (18:10 +0100)
committerGuillaume Munch <gm@lyx.org>
Mon, 16 May 2016 23:48:26 +0000 (00:48 +0100)
commitdf86a4b8f08fb5606db06af9a51a9d188f8d0c17
treef2f550adf9d55a386c5daeea300e1d8ff608743e
parentf60e7052998cd9f98392443a4ecc1682c465e652
Allow inset-forall to match separators (#10090)

With this change, it becomes possible to run the following commands:
     inset-forall Separator:latexpar char-delete-forward
     inset-forall Separator:parbreak inset-modify separator plain

The first one deletes all latexpar separators. The second one turns parbreak
separators into plain separators. This is safe, flexible, and avoids adding a
new LFUN.
src/insets/InsetSeparator.h