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

On configuration add/remove, the status of Multirun configuration should be changed. #3

Closed rkhmelyuk closed 11 years ago

rkhmelyuk commented 11 years ago

Currently, if user adds/removes the run configuration from the Multirun configuration, IDE won't realize that configuration is changed, and will leave the Apply button disabled.

rkhmelyuk commented 11 years ago

Fixed the problem: when configuration is added or removed, the modified flag is setup correctly.