rkhmelyuk / multirun

IntellijIDEA plugin to group and run multiple Run Configurations in a single click
http://plugins.jetbrains.com/plugin/7248
Apache License 2.0
94 stars 27 forks source link

Replace running tabs when stop and start again #47

Closed alexluix closed 3 years ago

alexluix commented 8 years ago

Hello

Thank you for a great plugin! This is the only third-party plugin I use in IDEA.

The only suggestion I have for even better usability is to have an option to replace/override/reuse the existing inactive tabs. So when I say stop-all and then start-all again – I expect running tabs to be reused and no inactive/stopped tabs should be left. Currently new tabs created.

Currently when I need to restart processes I have to stop them first and then manually close-all running tabs and then start-all.

Alternatively or separately I would suggest to add restart-all functionality – I think it will be in high use.

Thank you very much.

jzuken commented 8 years ago

I second that! Truly awesome plugin, thanks a lot for it! But those endlessly emerging tabs are a nightmare.

thhart commented 6 years ago

Yes, this is a must, any chance for it?

thhart commented 6 years ago

Maybe you can give a hint where to look into, what is the point in the code where the tabs get opened, perhaps it is possible to support and provide a patch?!

Sviests commented 5 years ago

I would also enjoy this functionality! I do see a checkbox in the config about reusing tabs, but that does not make a difference...

rkhmelyuk commented 3 years ago

Plugin pins every tab it starts. When process is being killed (either by killing all or just single process), the pin on tab is not cleared properly. This sounds like a bug.

rkhmelyuk commented 3 years ago

That was a tricky bug, but should be resolved now.