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

Comments

1. Ian Clarke -- 2008-02-20 16:00

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.

2. Caoyuan -- 2008-02-20 16:00

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.

3. Bob -- 2008-02-21 16:00

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"

4. Caoyuan -- 2008-02-21 16:00

Press "run", "build", "debug" button should all work

Add New Comment