hi, a) 1. insert note 2. type something inside 3. dissolve inset 4. move with cursor or type something -> 5. "Trying to select non existent layout type Plain Layout"
b) can somebody help me to understand what is the optional parameter of dissolve inset for? i see the parameter is used only in getStatus: if (!cmd.argument().empty()) { InsetLayout il = cur.inset().getLayout(cur.buffer().params()); enable = cur.inset().lyxCode() == FLEX_CODE && il.lyxtype() == to_utf8(cmd.argument()); } else { ... whats the point of introducing this? pavel