On Fri, Oct 31, 2008 at 4:53 PM, derwisch <[EMAIL PROTECTED]> wrote:
> To me it seems that Leo plays quite well with the outside world, but I > still hate to see how every editor has to be configured for every > language for auto-completion and syntax-highlighting. Is there some > hope that some of the highlighting patterns of Scintilla can be > adopted in the Qt version? If you mean using the stock scintilla lexers, that is easy to do - just disable the threading colorizer and use the scintilla lexer instead. Inititally, the qt plugin was hardwired to use the python lexer, but it's easy to change when you have an idea what the language of the node is... -- 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 -~----------~----~----~----~------~----~------~--~---
