]> git.lyx.org Git - features.git/commit
Make insertInset use a temporary cut-and-paste area.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Nov 2016 14:13:41 +0000 (15:13 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 9 Nov 2016 14:28:11 +0000 (15:28 +0100)
commitfb264663d8c3aadc3da0b922e31105c0aa7e319d
treedc5b1ad5b057c2b2a5c5998c5ecd979aa63047ec
parente7e6d07e84ba3a56831bd60cf004d2f82d3ba992
Make insertInset use a temporary cut-and-paste area.

This is a long wanted feature, although it does not go all the way to
fix #6604 (private-cut/private-paste).

Additionally, it fixes a crash that can happen when using undefined
branches. This is done by making the action when pasting unknown
branches configurable.

Fixes bug #6570.
src/CutAndPaste.cpp
src/CutAndPaste.h
src/Text3.cpp