Users of shell?

Hi!

Are there users of wx.py.shell.Shell?
I’m using it a lot, in almost every application that I’m writing.
For a long time, I wanted to have autocompletion not only on pressing ., but also for import and partial names by hitting the tab key.
I think it would not be too hard to use the standard library _pyrepl._module_completer and rcompleter.Completer for this.
Before preparing and submitting a PR, though, I would like to know whether there would be some people willing to alpha and beta test? Without testers, I would not want to submit a PR.

Regards,
Dietmar

1 Like

Yes, I sometime use wx Shell, and the related pycrust-like tools. Improving autocompletion with tabs for partial names would be very nice. If you are working on that, I would be happy to test.