On Fri, Oct 31, 2008 at 6:33 AM, schryer <[EMAIL PROTECTED]> wrote: > Is there something else I have to do to enable syntax colouring in the > qt-plugin?
At present, the syntax colorer only colors comments. You must enable the threading colorizer even to get that much. The hope is that someday fairly soon we will be able to use Qt scintilla-based text widget. When the time comes, set @bool qt-use-scintilla = True At present a Qt bug prevents Leo from using QScintilla. That bug has been fixed by the Qt people, but in order to get the fix without compiling Qt from sources we shall have to wait for the next official Qt release. As I've said before, considerable work will be required before QScintilla understands Leo markup, but QScintilla should be quite usable even without that. Edward --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
