free software
Scala Power Pack
Products:
IntelliJ IDEA,
MPS,
AppCode,
PhpStorm,
PyCharm,
RubyMine,
WebStorm
Vendor:
Dave Griffith
Email:
Website:
N/A
Description:
Advanced code-assist functionality for the Scala programming language, including automated Java to Scala translation
Downloads: 14964
Rating:
Participated in rating: 10
Recent change notes:
Recompiled with target = 1.5, to run on older MacOS X machines.
Comments:
The below error still persists with Intellij 10.01 :-/
"Plugin scala power pack failed to initialize and will be disabled:
scala/collection/VectorLike
Please restart IntelliJ IDEA"
The description of this plugin is very promising, but I can't get it to work, so any real assesment is difficult.
This failure is on startup - so there's no chance to change Scala versions etc.
There seems to be a similar discussion thread here...
http://www.jetbrains.net/devnet/message/5250521
A message dialog appeared:
\"Plugin scala power pack failed to initialize and will be disabled:
scala/collection/VectorLike
Please restart IntelliJ IDEA\"
and a stack trace was dumped to the console:
java.lang.ClassNotFoundException: scala.collection.VectorLike
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:70)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at com.sixrr.spp.intentions.string.ConvertMultilineStringLiteralIntention$.(ConvertMultilineStringLiteralIntention.scala:10)
...
All signs point to a problem with different scala versions. My current setup is:
Idea Build#IC-90.162
Scala plugin 0.3.108
And I have one existing project with a scala facet, using Scala 2.7.6 (I believe).