[PyQt] Problem to make the use of folder with QScintilla (even with traditional lexer)

2009-07-14 Thread projetmbc
Hello, normally, self.editor.setFolding(Qsci.QsciScintilla.BoxedTreeFoldStyle) asks to the QScintilla widget to reduce or expand foldings by using the mouse. This doesn't work in the joined code even if foldings are marked by a vertical line. What's the problem with the way I define option

[PyQt] Small paid development task

2009-07-14 Thread Jason H
I mentioned last week that I was looking to get some of the Kinetic project's bindings into PyQt. Unfortunately, it is going slow, and my time has had me working things where I am more productive. I am now offering anyone up to $200US via paypal to get these patched into the latest PyQt 4.5.2 s

Re: [PyQt] ANN: PyQt v4.5.2 Released

2009-07-14 Thread Giovanni Bajo
On 7/14/2009 6:52 PM, Phil Thompson wrote: PyQt v4.5.2 has been released and is available from the usual place. This is primarily a bug fix release, see http://www.riverbankcomputing.com/news/pyqt-452 for the detail. A warning for any Python v3 users... The next planned release of PyQt will be

[PyQt] ANN: PyQt v4.5.2 Released

2009-07-14 Thread Phil Thompson
PyQt v4.5.2 has been released and is available from the usual place. This is primarily a bug fix release, see http://www.riverbankcomputing.com/news/pyqt-452 for the detail. A warning for any Python v3 users... The next planned release of PyQt will be v4.6 and will include support for the incomp

RE: [PyQt] Documentation

2009-07-14 Thread Peter Stewart
Yes, I appreciate that I have access to the online documentation. However I cannot run the tutorial or the examples script: qtdemo.pyw. In fact when I try to run it, I'm presented with a warning message "If you are using the GPL version on PyQt from the binary installer, then you will probably see

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

Re: [PyQt] Documentation

2009-07-14 Thread Arve Knudsen
Sorry, the link should be doc.trolltech.com. Arve On 7/14/09, Arve Knudsen wrote: > An alternative at least is to browse the online documentation at > docs.trolltech.com. > > Arve > > On 7/14/09, Peter Stewart wrote: >> I've just downloaded Pyqt4 using the binary package for windows option

Re: [PyQt] Documentation

2009-07-14 Thread Arve Knudsen
An alternative at least is to browse the online documentation at docs.trolltech.com. Arve On 7/14/09, Peter Stewart wrote: > I've just downloaded Pyqt4 using the binary package for windows option. > The > documentation wasn't included as it was too big. Now the Assistant won't > load any