>Author: vfr
>Date: Sat Feb 21 17:27:00 2009
>New Revision: 28573
>
>URL: http://www.lyx.org/trac/changeset/28573
>Log:
>Fix bug 4346: http://bugzilla.lyx.org/show_bug.cgi?id=4346.
>Synchronizing insets asserts with two views open
>
>It changes the autoOpen_ member of InsetCollapsable into a map,
>such that an autoOpen value can be specified for each bufferView.
>Now, the assertion is avoided and insetCollapsable can be open
>in one bufferview and be closed in the other in very special
>cases that the cursor end up in a closed inset.
>
>Compare with the MathMacro::editing_ member. 
>
>Modified:
>    lyx-devel/trunk/src/insets/InsetBranch.cpp
>    lyx-devel/trunk/src/insets/InsetBranch.h
>    lyx-devel/trunk/src/insets/InsetCollapsable.cpp
>    lyx-devel/trunk/src/insets/InsetCollapsable.h
>    lyx-devel/trunk/src/insets/InsetERT.cpp
>    lyx-devel/trunk/src/insets/InsetERT.h
>    lyx-devel/trunk/src/insets/InsetFloat.cpp
>    lyx-devel/trunk/src/insets/InsetFoot.cpp
>    lyx-devel/trunk/src/insets/InsetListings.cpp
>    lyx-devel/trunk/src/insets/InsetListings.h
>    lyx-devel/trunk/src/insets/InsetWrap.cpp

Also for branch ?

Vincent

Reply via email to