Liviu Andronic wrote: > Right now this is what happens: > - Insert > 'Sweave Chunk': the inset gets inserted and the cursor is > placed in teh inset > - Type '2+2' > - Move the cursor outside the inset: the inset gets 'Closed' (collapsed) > > The last part is suboptimal. It would be more desirable if after > moving outside the inset, the inset would stay 'Opened' > (un-collapsed). A 'Closed true/false' layout parameter would allow to > avoid the inset auto-collapsing when the cursor is placed outside it.
The reason is that InsetFlex sets "status_= Collapsed;" in the constructor. AFAICS this is the only inset doing so. Is there a reason for this? It strikes me confusing that this inset is collapsed after insetion while all others are open. Jürgen