- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN][netbeans] New plugin for Scala-2.8.0.RC2 is available now
Tue, 2010-05-11, 12:03
HI,
I just put the new NetBeans plugins for Scala-2.8.0.RC2 at:
https://sourceforge.net/projects/erlybird/files/nb-scala/6.8v1.1.0rc2b
It has some minor bug fixes and:
* The debugger breakpoints should work under Windows now.
* Several new code-templates. Try "ca" + [TAB], "th" + [TAB] etc by yourself
* Classes that are not under same named source files can be mostly be
recognized by editor compiler now.
Per my recent experience, you may need to increase JVM setting of
XX:MaxPermSize to 300m or 500m to work under new Scala-2.8.0RC2, to
set:
Edit $NetBeansInstallationPath/etc/netbeans.conf
add or change: -J-Xmx1024m -J-XX:MaxPermSize=500m
If you did not encounter any issue with Scala-2.8.0RC2 under previous
NetBeans plugin, you can choose to keep on it.
You can always find the latest information at:
http://wiki.netbeans.org/Scala68v1
Cheers,
-Caoyuan