You do not have permission to delete messages in this group
Copy link
Report message
Show original message
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
Hello, I'm trying to implement a very simple lexer but I don't know how to start. Ther is no Python example showing how to use Qsci.QsciLexerCustom. I would want to do a lexer which would ....
1. ... put in red all line which begins with a #
2. ... put in blue only the word "blue"
3. ... make a folding with something starting with /* and ending with */