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

"with delay" option to start configuration one by one to be enabled separately #79

Open rkhmelyuk opened 3 years ago

rkhmelyuk commented 3 years ago

Currently it is always on. To trigger the logic with next configuration has to be start after previous configuration, delay needs to be set to negative value. That is not obvious and bad experience.

Instead, prefer to enable "with delay" option separately.

CodingTil commented 7 months ago

I agree this is necessary. I also only found out from this issue that this feature is even possible in the current version by setting the delay to a negative value (thanks btw)