Here's an idea: Perhaps syntax highlighting in qt ui could be used via QSyntaxHighlighter:
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qsyntaxhighlighter.html The api seems simple enough ("this is the text, format it), and the highlighting could probably used existing highlight code to a large extent. It would make the highlighting faster & smarter, and would eliminate the need for threads. -- 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 [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 -~----------~----~----~----~------~----~------~--~---
