Console opened new for each
Status: Beta
Brought to you by:
mbarchfe
It appears as though a new console gets created for each Generate Build Files. This is a problem because there is no method to get rid of them once they are created. Therefore if you keep making changes then you end up with a ton of consoles that are outdated, can't be removed and wasting resources.
Recommendation
1. Create if not found. If found clear and reuse
2. If you create a new one each time, allow it to be closed.
Personally I vote for option 1. You should probably also include a way to clear and close it so if your done with PB then you don't end up keeping it around. This is how other console windows seem to work.