Martin Vermeer wrote: > On Wed, Aug 31, 2005 at 10:23:38PM +0200, Michael Gerz wrote: >> Test case: >> >> 1. Create a new 5x5 table >> 2. Fill the cells in the first two rows with some random content >> 3. Cut the content of the fourth column (cells in 1st and 2rd row) >> 4. Cut some text from the first cell in row 1 >> 5. Paste it into the empty cell in row 1, column 4 >> => The text cut in step 3 is inserted !! > > Yes, this is by design. Multi-cell content uses a separate cut/paste > buffer ("clipboard") from ordinary text (== single-cell content)
I always hated this. In fact I think that we should hide this to the user. In particular with math (same thing happends) I find this very annoying (did I cut the equation inside math, or just the whole math inset?). It would be possible to take a note of which type the last cut was, and use *that* buffer when pasting (inserting an appropriate inset if needed). Yes, I know it sounds a bit of work to apparently get less functionality (only 1 cut buffer) but I really think it would be much better ui-wise. For 1.5 if any. Thoughts? Alfredo