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

Idea 16 support #41

Closed navels closed 8 years ago

rkhmelyuk commented 8 years ago

Hey,

I just created idea16 branch. Can you merge push a PR to merge into this new branch.

ukjbrown commented 8 years ago

+1 for getting this merged and released ASAP. Wishing I hadn't upgraded IDEA now! Also, the main README recommends to use IDEA's Compound run configuration, but it's absolutely useless, you can't use debug or specify the start-up order! Until they sort that out, multirun should remain very much alive.

joxzaren commented 8 years ago

+1 on getting multirun running on Idea16. No debug with Idea's Compound run.

ukjbrown commented 8 years ago

I've updated and built the plug-in myself locally for now. If anyone needs it urgently, you can uninstall the 0.8 version and install from local JAR using https://github.com/ukjbrown/multirun/blob/idea15/multirun.jar

slanska commented 8 years ago

to ukjbrown: Thanks a lot! Your build worked like a charm!

ukjbrown commented 8 years ago

@slanska no worries, hopefully @navels and @rkhmelyuk will sort out the merge and release to JetBrains repository soon. Personally if I was planning to not maintain this plugin anymore, I'd probably drop the version check completely from the plugin.xml as its more likely to break because of that than actual IntelliJ platform changes.

navels commented 8 years ago

FYI I posted an updated jar in this thread: https://github.com/rkhmelyuk/multirun/issues/40

navels commented 8 years ago

Version 1.1.3 merged to idea16 branch.