Peter Kümmel wrote:
Am Montag, den 21.12.2009, 14:54 +0100 schrieb Abdelrazak Younes:
Excellent. Now we can also move LFUN_BUFFER_EXPORT to thread. We just need a new argument to exportAndDestroy() AFAIR. I mean... if you want to do some more work on this ;-)

And then continuous update on each buffer change.

I tried that on linux and it is bearable but crashy... This is on a 2 year old laptop running Ubuntu 9.10.

On Windows, forget about it, Miktex is just too slow, incredibly slow compared to Linux.

Abdel.

Index: src/frontends/qt4/GuiWorkArea.cpp
===================================================================
--- src/frontends/qt4/GuiWorkArea.cpp   (revision 32608)
+++ src/frontends/qt4/GuiWorkArea.cpp   (working copy)
@@ -456,6 +456,7 @@
       // the cursor gets restarted in GuiView::restartCursor()
       stopBlinkingCursor();
       guiApp->processKeySym(key, mod);
+       lyx_view_->dispatch(FuncRequest(LFUN_BUFFER_UPDATE, "dvi"));
}



Reply via email to