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

Do not steal focus when running individual configs #69

Closed ondrakrat closed 5 years ago

ondrakrat commented 5 years ago

When I run multiple Java run configurations with multirun, I usually wait a few minutes, as it takes some time for the applications to initialize. However, with every single app, IntelliJ Idea moves the focus to the IDE window, which is especially annoying when writing text in another window.

Can the focus remain unchanged when starting new applications?

navels commented 5 years ago

I don't think this is something the plugin can control.