Quoting Jean-Marc Lasgouttes <[EMAIL PROTECTED]>:
"Andre" == Andre Pönitz <[EMAIL PROTECTED]> writes:
Andre> With the real one.
Could you point me to one or two commits that implement this?
15455 maybe.
Andre> The problem was that the nullpainter did not compute positions
Andre> correctly. If it did so, it would need to use almost the same
Andre> logic as the real painter and some (if not most) of its speed
Andre> advantage would have gone.
I see. Isn't there some performance price?
Probably, yes. OTOH some things are quite a bit faster now, so
it's hard to tell.
I guess this is not something I can consider for 1.4.
If we don't get mispositioning/coordcache crashes in 1.4, then
not.
Andre> Maybe we could have a position-coputing-non-painting
Andre> nullpainter, but there's also an option of doing sort of 'lazy'
Andre> metrics computation for the off-screen paragraphs. We do need
Andre> their metrics only for page up/down, yet compute it always
Andre> right now.
Are there plans to implement that for 1.5?
Not so far as I can tell.
There are probably easier ways to may things faster...
Andre'