On Tuesday 02 September 2003 6:43 pm, Martin Vermeer wrote: > On Tue, Sep 02, 2003 at 06:57:13PM +0000, Angus Leeming spake thusly: > > On Tuesday 02 September 2003 5:56 pm, Martin Vermeer wrote: > > > > The toggle code in all it's glory is (text3.C): > > > > case LFUN_INSET_TOGGLE: > > > > bv->beforeChange(this); > > > > toggleInset(); > > > > bv->update(); > > > > bv->switchKeyMap(); > > > > break; > > > > > > > > Angus > > > > > > ...but am I right in seeing that this code doesn't actually move the > > > cursor? I.e., contrary to your description above? > > > > No, it moves the cursor. See below. > > All I see is a cursor moving right from under a collapsing inset. That > doesn't count :-)
Sigh. Jean Marc's code. Ask him how it is supposed to work. (He is now around again.) As I said, I never tried to code up LFUN_DIALOG_SHOW_NEXT_INSET. Angus