This page is no longer maintained — Please continue to the home page at www.scala-lang.org

[ANN] Scala Plugin Version 1 for NetBeans 6.7 Released

1 reply
Caoyuan
Joined: 2009-01-18,
User offline. Last seen 42 years 45 weeks ago.

I'm pleased to announce the availability of Scala plugin version 1 for
NetBeans 6.7

What's new:

* Use fsc instead of scalac as the project building compiler (If
you've set SCALA_HOME, make sure that $SCALA_HOME/bin is included in
your PATH environment).
* Fixed setting breakpoint in closure statement.
* A basic import-fixer (Right click on source, then choose "Fix Imports").
* Code assistant for local vars and functions.
* Run/Debug single file.

To download, please go to:
https://sourceforge.net/project/showfiles.php?group_id=192439&package_id...

For more information, please see http://wiki.netbeans.org/Scala

Bug reports are welcome.

It works on NetBeans 6.7 RC1 or above.

Landei
Joined: 2008-12-18,
User offline. Last seen 45 weeks 4 days ago.
Re: [ANN] Scala Plugin Version 1 for NetBeans 6.7 Released

dcaoyuan wrote:
>
> I'm pleased to announce the availability of Scala plugin version 1 for
> NetBeans 6.7
>
> What's new:
>
> * Use fsc instead of scalac as the project building compiler (If
> you've set SCALA_HOME, make sure that $SCALA_HOME/bin is included in
> your PATH environment).
> * Fixed setting breakpoint in closure statement.
> * A basic import-fixer (Right click on source, then choose "Fix
> Imports").
> * Code assistant for local vars and functions.
> * Run/Debug single file.
>
> To download, please go to:
> https://sourceforge.net/project/showfiles.php?group_id=192439&package_id...
>
> For more information, please see http://wiki.netbeans.org/Scala
>
> Bug reports are welcome.
>
> It works on NetBeans 6.7 RC1 or above.
>
>

Thank you, good job!

So far the Plugin works fine for me. The only problem I had is that I
couldn't create a Persistence Unit in a scala project (unable to finish the
wizard, getting a NPE on cancel). Is this supposed to work?

Cheers,
Daniel

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland