On Tue, 14 Jul 2009 12:55:07 +0200, projetmbc <projet...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to