Neil Hodgson
unread,Oct 6, 2012, 6:07:20 AM10/6/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla...@googlegroups.com
RaptorX:
> Yes all other lexers work fine. And as I said if I change the color of the first style (0) it will work, so I am sure the lexer was added correctly and it is working.
> The problem is that the lexer function doesn't get called. and I am afraid the folding function either.
I wouldn't trust MessageBox and would place a breakpoint on the lexer function. If the breakpoint appears there but is never triggered, I'd breakpoint somewhere that should be calling the lexer, maybe LexInterface::Colourise and step through.
Neil