Scala for Netbeans Screenshot#2: Scala Console and File Locator for Compile Errors
The interactive Scala shell console works now, with 'up'/'down' key for command history.
And as ant based Scala project, the project building just works fine, in the building output window, you can click on the compiler error message to jump to the corresponding location of source file.
You may have also noticed, if an id is used as operator, it's highlighting in special color.
The case clauses are listed in the outline window.
Click on the picture to enlarge it
Posted at 04:51PM Dec 16, 2007 by dcaoyuan in NetBeans | Comments[2]


Hello Caoyuan,
this is a great news that netbeans gets support of new languages. Will there be source code available of your nb-module?
Posted by Nazar on December 17, 2007 at 10:28 AM PST #
Nazar,
All source code will be available on NetBeans cvs trunk. For Scala modules, the directory is /languages/scala
Posted by Caoyuan on December 17, 2007 at 11:53 AM PST #