Scala for NetBeans Recent Updates
I added a changelog page on http://wiki.netbeans.org/ScalaChangeLog, where you can learn the latest progressing.
Here is a summary of recent updates:
20080214 (Needs latest nightly build)
- [Editing] fixed: highlighting of occurences is not properly refreshed
20080213 (Needs latest nightly build)
- [Editing] fixed some issues of indent and brace-completion
20080212 (Needs latest nightly build)
- [Editing] fixed: case pattern cause a parser error at the minus symbol before number. (Thanks to misterm for reporting)
- [Project] sync with java.commonapi. Needs latest nightly build
20080205
- [Editing] fixed some broken grammars. (Thanks to Michael Nischt for collecting)
- [Project] fixed environment property, now scala.home property may not need to be set. (Thanks to Denis)
20080204
- [Debugger] fixed exceptions when put cursor on code
- [Debugger] "Add watches" should work now
![(please configure the [header_logo] section in trac.ini)](/chrome/!97aa87b5/site/your_project_logo.png)
rss
Comments
Sorry if this is a dumb question, but how good is the "intellisense" right now? When I try it, the suggestions don't appear to be comprehensive.
Hi Ian,
Did you mean the auto completion suggestion? If so, it's still not "intellisense". To get the smart suggestion, I need finish type inference first, this may be the most complex part, others are simple.
I think you should provide support for running projects by pressing the "run" button in Netbeans. I don't want to try and figure out ant and edit XML files just to compile and run "hello world"
Press "run", "build", "debug" button should all work