[wingide-users] Command to show python shell?
Wing IDE Support
support at wingware.com
Sat Jul 4 11:38:31 MDT 2009
Jonathan March wrote:
> I cannot find a (key-bindable) command to show/goto a specific tool
> panel, e.g. the python shell.
> Is there such?
The command to show the python shell is:
show-panel(panel_type='python-shell')
The available types can be seen by running show-panel and looking at the
completion list for the panel type entry.
Cheers,
John
More information about the wingide-users
mailing list