[QScintilla] Re: Another QScintilla2 autocompletion strangeness

Detlev Offenbach detlev at die-offenbachs.de
Fri May 18 12:15:28 BST 2007


On Freitag, 18. Mai 2007, Phil Thompson wrote:
> On Thursday 17 May 2007 9:47 am, Detlev Offenbach wrote:
> > 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.'.
>
> Should be fixed in tonight's snapshot - though I'm not sure the behaviour
> will be exactly the same as QScintilla1.
>
> Phil

Hi,

the behavior is different to QScintilla1, but I think the one of QScintilla2 
is more consistant. Thanks.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the QScintilla mailing list