[QScintilla] Another QScintilla2 autocompletion strangeness
Detlev Offenbach
detlev at die-offenbachs.de
Thu May 17 09:47:08 BST 2007
Hi,
I discivered another strange autocompletion behavior. AC is set to complete
from APIs and document. Enter the following Python text.
"""
test comment.
"""
def y():
"""
comment.
After you type the '.' character in the second doc-string, QScintilla2 shows
an autocompletion list with an empty entry, which is obviously triggered by
the same string 'comment.' in the first doc-string.
In QScintilla1 (checked with eric3) I get an autocompletion list with the
entry 'comment.'.
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the QScintilla
mailing list