20080925
- [libs.scala] Upgraded to Scala-2.7.2.RC2
20080820
- [libs.scala] Upgraded to Scala-2.7.2.RC1
20080818
- [Console] Fixed bug in main/extexecution: Console is wrongly redirected to out window.
20080803
- [Editing] Fixed: no tooltip on item whose declaration's source file is not found.
20080801
- [Editing] Fixed completion for select with package prefix
20080731
- [Editing] Fixed completion for unresolved object
20080726
- [Editing] Fixed highlighting for package element
- [Editing] Fixed reindent for statement in body of "def"
20080725
- [Project] JUnit integration;
- [Project] A simple Scala JUnit Test template
20080723
- [Project] Fixed choose main class;
- [Project] Fixed create project from exist sources;
20080721
- [Debugger] Fixed: Unable to add/remove breakpoint;
- [Debugger] Supported "Run to cursor";
- [Debugger] Fixed: no highlighting on debugger stopped line;
- [Debugger] Fixed: the annotation of breakpoint is shown as "Multiple breakpoints"
20080720
- [Editing] Finished code folding
- [Editing] Fixed completion for import
20080719
- [Editing] Highlighting TypeRefs
20080719
- [Editing] All AST usage is based on Scala's native compiler now.
20080709
- [Editing] Integrated in Scala's native compiler
- [Editing] Auto-completion is now based on Scala's native compiler's AST tree
20080621
- [Editing] Big refactor for AST elements and indexer
20080522
- [Editing] Fixed syntax broken: should disable newline in parentheses of if/while/do statements
20080522
- [libs.scala] Added bundling Scala runtime, current version: 2.7.1
20080511
- [Editing] Type inference for infix expressions
20080506
- [Editing] Some completion for method chain
20080502
- [Editing] Show doc under completion
20080430
- [Editing] Go to declaration of remote type and method
20080430
- [Editing] Completion for Scala/Java methods
- [Editing] Completion for import
20080426
- [Editing] Error recover for StableId and NewExpr
20080425
- [Editing] Added scalastubs
- [Editing] Indexing $SCALA_HOME/src
- [Editing] Type inference for val/var that defined Type
20080419
- [Editing(1.0.19)] Fixed some broken syntax
- [Editing(1.0.19)] Fixed NPE caused by brace completion
- [Editing(1.0.19)] Fixed indentation of case class/object
- [Editing(1.0.19)] Added formatting option
20080416
- [Console] Fixed console on Scala-1.7.1RC1
20080410
- [Editing] Rewrite lexer and grammar in Rats!
- [Editing] A pretty formatter
20080301
- [Editing] fixed: some broken syntax related to newline, such as newline in parenthesis expr
20080224
- [Editing] fixed: broken syntax of Annotation, where NameValuePair in AnnotationExpr should be separated by ","
20080215 (Needs latest nightly build)
- [Debugger] fixed: breakpoint won't work when there are other templates defined in the same context
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