On 03/10/2008 14:37, Jean-Marc Lasgouttes wrote:
rgheck<[EMAIL PROTECTED]> writes:
Jean-Marc Lasgouttes wrote:
1/ load user guide
2/ change something in prefs and click OK.
3/ wait for several seconds until the change is actually done.
I can't reproduce this. I changed the screen zoom, and it responded
right away. Same for disabling RTL.
OK, more information: the time is spent updating the latex source %-|
After putting a break in Paragraph::latex, the resulting becktrace tells
me that, although no source view is shown, the source thingy insists in
regenerating the source of the whole document! It turns out that, by
some session magic, I have 'Complete source' checked in the source pane
(which is closed), which explains why the useless update tries to
generate the whole user guide. It may be that the slowdown is also due
to compiling with stdlib-debug.
Abdel, would you have an idea?
Hum, yes indeed. The dock widgets (navigator and view-source) are
created at startup for proper layout restoration. Unfortunately this
trigger an update that is not desired in your case. I'll see what I can
do. Maybe I'll just give up on this idea of dock widget restoration for
the time being because there are other bugs involved.
Abdel.