idea-sbt-plugin
idea-sbt-plugin copied to clipboard
Incompatible with IntelliJ IDEA 14.1
When upgrading from 14.0.3 to 14.1 get the following error;
Plugin Error
Following plugins are incompatible with current IDE build: SBT
Help! Really love this plugin.
+1
It would be very nice if plugin is updated to be compatible with 14.1. Thanks for the product.
Thank you for your work! Could you please make it compatible with the IDEA 14.1.
Yes! Please update! Thanks so much!
+1
+1
+1
+1
+1
There's a build that works for now: https://github.com/orfjackal/idea-sbt-plugin/pull/100
Hope it will work with 14.1 soon.
+1 we are waiting the version...
+1
+1
I've been using the sbt-plugin for all things SBT in IJ since I switched from Java to Scala in late 2013.
The gap between 14.1 and this plug-in release created an opportunity for a workaround that achieves virtual parity:
- SBT Before Launch - make is painfully slow, so: -- Create 'SBT Task' build configurations (test:compile, assembly, etc.) - available through the Scala plugin -- Update the defaults for tasks were referencing the sbt-plugin tasks (Scala Test, Play, etc.) to 'Run Another Configuration' before launch and point to the appropriate SBT Task.
- SBT Console -- Use the Terminal to invoke sbt from the command line
I look forward to using this plug-in again soon, but was pleasantly surprised to learn that IJ + Scala plugin get the job done almost as well.
I've uploaded version 1.7.0 of idea-sbt-plugin to the Plugin Repository. It should appear in a day or two after review by JetBrains.
Here's the binary in the meantime: https://dl.dropboxusercontent.com/u/106552/idea-sbt-plugin-1.7.0.zip
Unfortunately, to make this release, I had to remove the Command History feature.
I've opened issue #104 to restore Command History. I will need help to get this part done as wasn't able to navigate the IntellIJ API to get this done.
I agree that it would be best in the mid-term to use the native SBT support from IntellIJ and phase out this plugin. Please use the JetBrains issue tracker to report any feature gaps that would prevent you from doing so.
/cc @niktrop @PavelFatin @Alefas @dancingrobot84
version 1.7.0 of idea-sbt-plugin is still not available in plugin repository.
+1 still not available
+1 we need it while the IDEA plugin doesn't have console functionality
+1 please fix this
I've just tried again. Sorry for the hassle.
I'll ask to approve ASAP.
It is available in repository now. Thanks!
Working now - thanks!