Avoiding Wing Help opening
Is there a way to avoid the automatic opening of the Wing Help tab when I create a new project? In particular, can I avoid this from a plugin using the Wing API?
Is there a way to avoid the automatic opening of the Wing Help tab when I create a new project? In particular, can I avoid this from a plugin using the Wing API?
There isn't an option to not show the help page. You could use a script to close it with the 'close' command after the project is created; you may need to do this in an idle function, though, because the page may be displayed after the project-open signal is emitted.
To enter a block of code:
Comments