[wxPython-users] autocompletion in Scintilla, howto ?
Stef Mientki
s.mientki at ru.nl
Thu Dec 20 14:58:07 PST 2007
Robin Dunn wrote:
> Stef Mientki wrote:
>> hello,
>>
>> doe someone knows how to start autocompletion in Scintilla (with
>> Python lexer) after typing the first letter of a word ?
>
> It's shown in the StyledTextCtrl_2 sample in the demo. Look for
> AutoCompShow. I'll list here the C++ STC APIs available for the
> auto-completion features, the Python versions are equivalent:
thanks Robin,
but I had something more fancier in mind:
autosuggest + autocomplete,
I found a C++ demo, so I'll try to figure out how it should be done,
and if succeeded, I'll report back.
cheers,
Stef
More information about the wxpython-users
mailing list