In fixing initial @killcolor (which I pretty much solved IMO), I do the thing where I enter lots of characters, press ctrl+c on the terminal, and observe the tracebacks.
(Note that this is a very handy "statistical" method of finding bottlenecks). I noted that qtStatusLine.update() does getAllText. This slows the whole thing down unnecessarily. The statusLine can probably be updated from qtextedit/qtextcursor directly, or have it done in idle phase/timeout. Also, setInsertPoint does an unnecessary toPlainText. -- Ville M. Vainio http://tinyurl.com/vainio --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to leo-editor@googlegroups.com To unsubscribe from this group, send email to leo-editor+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---