Am Samstag, 27. Mai 2006 18:49 schrieb Martin Vermeer: > Attached is then the new version. > > Shall we now address the issue of "do we actually want this in LyX"?
I think so. Please don't commit this without lyx2lyx support. IMO lyx2lyx should simply convert the new boxes to the closest matching older ones and issue a warning. Trying to replace them with equivalent ERT is too difficult. > Index: src/LColor.h > =================================================================== > --- src/LColor.h (revision 13930) > +++ src/LColor.h (working copy) > @@ -93,7 +93,8 @@ public: > greyedout, > /// Background color of greyedout inset > greyedoutbg, > - > + /// Shaded box background > + shaded, If this is a background color it should be called shadedbg IMHO. Georg