On Tuesday 01 October 2002 7:17 am, Andre Poenitz wrote: > On Mon, Sep 30, 2002 at 07:41:07PM +0100, Angus Leeming wrote: > > xforms has a dialog for the mathed label and qt doesn't. I'm > > trying to initiate a discussion on how best to change that. > > Ahem... mathed labels do _not_ use the dialog stuff in > srd/mathed, mathed simply reacts to LFUN_INSERT_LABEL.
I know. It uses some nasty askForText crap that blocks the rest of LyX for no good reason. > The dialog code in src/mathed is some left over from the > "proof of concept" attempt at IU and is currently only used by > the _reference_ insets. Yes I know that too. The reference inset is an elegant piece of code (read: I could follow it ;-) I was perhaps a little ahead of the game saying that the labels in mathed should be turned into a CommandInset also and that furthermore some effort should be invested in replacing InsetCommand with it. Anyway, since everyone has labels already, this can all wait for the six months it'll take for 1.3 final to come out. Angus