Auto completion

Metal3d wrote:

Hello again :slight_smile:
So, now my Stc color correctly php, css, javascripts... etc...
I don't see how i can enable auto-completion... I read yellowbrain manual but i don't understand the process.

So, if you can give me some explanations i will be happy as a bird flying over lakes in springer before love season...

There is an example in the StyledTextCtrl_2 module in the demo. A more real-world example is in the wx.py.shell module of course. Basically you build a string with all the words, separated by spaces, that you want to show up in the popup listbox and then call AutoCompShow.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!