commit of code from Ersin Akinci - speed up editting of large documents

From: Martin Sevior <msevior_at_gmail.com>
Date: Mon Apr 11 2011 - 04:35:37 CEST

author: msevior
Date: 2011-04-11 04:17:03 +0200 (Mon, 11 Apr 2011) New Revision: 29704

Modified:
   abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp
Log:

Commit Ersin Akinci's work to speed up editing of very large
documents. Now we can type anywhere inside a 3000-page document at
full speed as long as the number of lines in the document doesn't
change.

Changing the number of lines in a 3000 page document is still slow. We
need to improve breakSection to fix this.

In any case this is a very significant improvement.
Congrats Ersin!

Modified: abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp
===================================================================
--- abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp 2011-04-11
00:19:15 UTC (rev 29703)
+++ abiword/trunk/src/text/fmt/xp/fv_View_protected.cpp 2011-04-11
02:17:03 UTC (rev 29704)
@@ -4534,6 +4534,7 @@
 #endif
 }

+// Finds what
Received on Mon Apr 11 04:35:45 2011

This archive was generated by hypermail 2.1.8 : Mon Apr 11 2011 - 04:35:46 CEST