[QScintilla] Problem with calltips of last QScintilla2 snapshot
Detlev Offenbach
detlev at die-offenbachs.de
Tue Apr 10 14:53:19 BST 2007
Hi,
calltips seem to not work like expected. On the first use of a method, I
receive a calltip. On the second, I don't. Type the following into a
QScintilla editor (e.g. in eric4)
from PyQt4.QtCore import QString
x = QString()
x.append(
Calltips show up. Complete it by typing
"a")
x.append(
At this point, no calltips are displayed.
I am using latest snapshots of everything.
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the QScintilla
mailing list