Re: [PyQt] Is there a logical link bewtween C++ methods and Python methods for QScintilla ?

2009-07-14 Thread Phil Thompson
On Tue, 14 Jul 2009 12:55:07 +0200, projetmbc wrote: > Hello, > I've seen some C++ lexers using styler.SetLevel(nbLine,nbLevel) so > as to do folding. Is there an equivalent of it ? The internal C++ lexers use functions that are not part of the published Scintilla API. Look at SCI_SETFOLDLEV

[PyQt] Is there a logical link bewtween C++ methods and Python methods for QScintilla ?

2009-07-14 Thread projetmbc
Hello, I've seen some C++ lexers using styler.SetLevel(nbLine,nbLevel) so as to do folding. Is there an equivalent of it ? Best regards. ___ PyQt mailing listPyQt@riverbankcomputing.com http://www.riverbankcomputing.com/mailman/listinfo/pyqt