Martin Vermeer <[EMAIL PROTECTED]> writes: >> OTOH if the surrounding text para becomes empty after the cut, I think >> resetting _that_ to default makes sense. Think enclosing a section >> header plus text into a (branch) inset. Or a numbered/bullet list.
Yes! This has annoyed me for ages! > The attached patch implements this (IMHO saner) behaviour. I cannot test here (other compilation problems), but it looks good, as long as the behaviour is only when selecting the whole paragraph. > BTW the FIXME has been broken forever. As a fix, merging the paragraphs may > produce minimum information loss for the user. It would be nice to do this directly at paste level. BTW, what about adding a allowMultipar() property directly to InsetText, which would be set from multipar in InsetFlex, and move as much code as possible to InsetText itself? JMarc