- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
[ANN] Scala Plugin Version 1 for NetBeans 6.7 Released
Tue, 2009-06-02, 07:21
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.
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