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

Phil Thompson phil at riverbankcomputing.com
Tue Jul 14 12:09:09 BST 2009


On Tue, 14 Jul 2009 12:55:07 +0200, projetmbc <projetmbc at club-internet.fr>
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_SETFOLDLEVEL instead.

Phil


More information about the PyQt mailing list