Page 1 of 1

Tool-option : auto-close if PB IDE is closing [Solved]

Posted: Sat Mar 15, 2008 12:06 am
by eddy
>> auto close option if PB IDE is closing.

This option would be usefull for hidden auto-started tool. :idea:

Posted: Sat Mar 15, 2008 4:14 am
by freak
So how should this be done ? The IDE just kills the program ?
Thats not a good practise.

You can already do this by setting a tool to run at IDE shutdown which will then
communicate to the original tool to close itself.
I do not see a problem with that.