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
93 stars 27 forks source link

Do not switch to `run` after every application is started #87

Open zorba128 opened 2 years ago

zorba128 commented 2 years ago

When starting multirun configuration, run tab is focused each time subsequent application is started. This makes it impossible to switch to another tab until everything is started.

I think run tab should be focused only once at the very beginning. After that, each launched application should get its view focused, but without switching back to "run" in case someone navigated away.