On Tue, Jun 9, 2009 at 1:43 PM, Ville M. Vainio <[email protected]> wrote:
> > Fixed in bzr (g.es provided for "slow" read). > > g.es is *very* slow btw. > > It sets the whole content every time: > > contents = w.toHtml() > w.setHtml(contents + '\n') Yes. Iirc, I could see no faster way to do the write. Various commands accumulate output so as to do a single g.es, but that's not so easy if you don't know in advance what the complete output will be. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
