>>> I would like to know if there is a signal sended by the SyntaxHiglighter 
>>> when it catches a change in the text ? 
> That class is designed to be subclassed rather than connected up with 
signals 
> and slots, but you could emit your own signals when you handle the 
changes in 
> format. 
> Alternatively, you might want to look at the signals emitted by the 
> QTextDocument object itself. These will tell you when the text has changed. 

The problem with this method is that a signal is emitted every time a change 
appears and not only when a word to highlight is typed.

Best regards.


_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to