Re: [PyQt] Problem with colors and QSciScintilla

2009-07-12 Thread Baz Walter
I hope that someone can help me. Best regards. Christophe hello christophe here's a basic line-based custom lexer that should get you started: import sys from PyQt4 import QtCore, QtGui, Qsci class MainWindow(QtGui.QMainWindow): def __init__(self):

Re: [PyQt] Problem with colors and QSciScintilla

2009-07-12 Thread projetmbc
Your example is great. Easy to understand. Thanks a lot ! :-) With this, I could start to study how to do more sophisticated things like folding. Christophe an happy man. :-D Baz Walter a écrit : I hope that someone can help me. Best regards. Christophe hello christophe here's a

Re: [PyQt] Problem with colors and QSciScintilla

2009-07-12 Thread projetmbc
Baz Walter, I don't know if you are in the riverbanks'team but it could be very usefull to put your example in the official documentation. Regards. Christophe. projetmbc a écrit : Your example is great. Easy to understand. Thanks a lot ! :-) With this, I could start to study how to do