Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatible with IntelliJ IDEA 14.1 #102

Open
nightwolfzor opened this issue Mar 25, 2015 · 24 comments
Open

Incompatible with IntelliJ IDEA 14.1 #102

nightwolfzor opened this issue Mar 25, 2015 · 24 comments
Assignees

Comments

@nightwolfzor
Copy link

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.

@KarelCemus
Copy link

+1

@lanceon
Copy link

lanceon commented Mar 25, 2015

It would be very nice if plugin is updated to be compatible with 14.1.
Thanks for the product.

@realzeus
Copy link

Thank you for your work!
Could you please make it compatible with the IDEA 14.1.

@andrewmeissner
Copy link

Yes! Please update! Thanks so much!

@lenzenc
Copy link

lenzenc commented Mar 25, 2015

+1

4 similar comments
@abrighton
Copy link

+1

@skolberg
Copy link

+1

@dsmart
Copy link

dsmart commented Mar 25, 2015

+1

@webgress
Copy link

+1

@lanceon
Copy link

lanceon commented Mar 26, 2015

There's a build that works for now:
#100

@joohnnie
Copy link

Hope it will work with 14.1 soon.

@b0c1
Copy link

b0c1 commented Mar 27, 2015

+1 we are waiting the version...

@padurean
Copy link

+1

1 similar comment
@iron9light
Copy link

+1

@looth4
Copy link

looth4 commented Mar 28, 2015

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.

@retronym
Copy link
Collaborator

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

@retronym retronym self-assigned this Mar 30, 2015
@mirelon mirelon mentioned this issue Apr 1, 2015
@vmskarthik
Copy link

version 1.7.0 of idea-sbt-plugin is still not available in plugin repository.

@tpemckiernan
Copy link

+1 still not available

@b0c1
Copy link

b0c1 commented Apr 15, 2015

+1 we need it while the IDEA plugin doesn't have console functionality

@mikeholler
Copy link

+1 please fix this

@retronym
Copy link
Collaborator

I've just tried again. Sorry for the hassle.

image

@Alefas
Copy link

Alefas commented Apr 16, 2015

I'll ask to approve ASAP.

@lanceon
Copy link

lanceon commented Apr 16, 2015

It is available in repository now.
Thanks!

@padurean
Copy link

Working now - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests