On Mon, Jul 1, 2013 at 8:14 AM, Ville M. Vainio <[email protected]> wrote:
> Could we start by doing the coloring as we do now, but only request it ~ > 1sec after the node has been selected? This way, you wouldn't see the > slowdown from coloring when quickly moving around with cursor keys. Thanks for this suggestion. I don't know exactly when/how Qt schedules idle time. If it happens "too soon" then this would be a good work-around. My guess, remembering idle-time traces in the past, is that Qt already builds in some delay. Or maybe Leo guarantees some delay by how it requeues the idle time hook. We shall see, and your suggestion would work if it is needed. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/groups/opt_out.
