[wingide-users] Some more scripting questions
Markus Meyer
meyer at mesw.de
Sat Jul 1 09:27:27 EDT 2006
While working on the PyLint integration, some more scripting questions
came up:
* When I restart the IDE, the script's toolbox is gone. This happens
also for the "Templates" toolbox. How can I make it persistent?
* I'd like to always save the file before PyLint is run. But when I add
"GetActiveEditor().ExecuteCommand("save")" right before executing
PyLint, PyLint returns an error. It seems that the "save" command is
somehow executing asynchronously. How can I make sure that it is
completed before calling PyLint? Is there a more elegant way to this?
* Alternatively, I'd like to add an option to run PyLint everytime the
user has saved a file explicitely. Say, the user presses "Ctrl+S" to
save the file (I do this all the time after major changes), the
"execute-pylint" command should automatically be executed. Is this possible?
Thanks in advance!
Markus
More information about the wingide-users
mailing list