Jürgen Spitzmüller wrote:
BTW repainting is very sluggish especially when using the mouse. If I put
the cursor from a widen inset to the position just before the inset, LyX
needs _seconds_ until the inset is repainted.
Well yes... that's the price of repainting the whole inset. Why we have
the 'wide' trick, so we don't pay it for every character typed.
Still,_seconds_ sounds like too much.
It is. "-dbg debug, any" does not give much instructive informations
Sorry I meant "-dbg debug,gui", "any" will of course gives you too many
information.
(see
below). The problem is, apparently, that we do not check for update after
mouse movement (moving by keyboard redraws the insets instantly).
Full metrics redraw in case where the "hover" feature is triggered just
after a SinglePar metric update. Look at the big FIXME in BufferView.
Maybe we should check if we left an inset on mouse press/release and then
update?
I don't follow you.
Abdel.