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

Update usage of IntelliJ APIs to match what's available with IJ 130.1365. #17

Closed jgindin closed 11 years ago

jgindin commented 11 years ago

I did not try to update the plugin version, as I don't know how you would want to handle this.

I did open the project which originally exposed the issue, and verified that I could now use the Multirun configurations I had previously configured.

rkhmelyuk commented 11 years ago

Many thanks for the pull request. I've integrated it to the branch idea13 (https://github.com/rkhmelyuk/multirun/tree/idea13), as I'd prefer to keep master for idea12 version.

I also built a new version of the plugin - v0.8, with your changes. My biggest concern was how to keep this working for both idea12 and idea13, but looks like it's possible to do that using plugin's since and until build versions :)

Thank you again! Ruslan