aap
unread,Sep 28, 2008, 4:47:37 AM9/28/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla-interest
hello,
I'm using scintilla in wxPython,
I find it an amazing good editor (except that some parts are a little
bit too difficult for r me ;-)
With a autocompletion list, a TAB character starts the autocompletion,
for my purpose that's not very handy.
I tried to stop the TAB autocompletion by
self.AutoCompStops ( '\t' )
but doesn't seem to work.
Am I doing something wrong ?
Is there another solution ?
(wxPython rather uses an old version of Scintilla, might that be the
problem ?)
thanks,
Stef Mientki