| Feature | Progress | Todo | Timeline | Note |
| 1. File Type Recognition | 100% | | Apr | |
| 2. Project Management | 100% | | Jul | |
| 2a. Scala project will be standard Ant based project | 100% | | Apr | |
| 2b. Provides "Build", "Clean and Build", "Run", "Debug" actions | 100% | | May | |
| 2c. Choosing a Main class for project is also supported | 100% | | July | Input main class name directly |
| 2d. Build failures are linked to the editor source | 100% | | May | |
| 2e. Logical project representation (Source Files, Library, Test Files etc) | 100% | | May | |
| 2f. Basic file templates for simple scripts, traits, objects and classes are provided | 100% | | Jul | |
| 2g. Allow Java source files in Scala project | 100% | | May | |
| 2g. and will be automatically built to classes and jars | *** | built to classes and jars needs Scala's compiler support | Pending | |
| 2h. Manage compile and run dependent libraries | 100% | | Jul | |
| 3. Manage Java/Scala platform | 100% | | Jul | |
| 3a. A platform management will help user to add/remove Java or Scala platform that installed on user system | 100% | | Jul | via SCALA.HOME |
| 3b. Configure the projects to execute with either Java platforms or Scala platform | 100% | | Jul | via SCALA.HOME |
| 3c. Bundled latest Scala platform | 100% | | Jul | |
| 4. Unit Tests | 100% | | Jul | |
| 4a. JUnit tests or Scala based unit test will be supported | 100% | | Jul | JUnit |
| 4b. There is a new unit test template | 100% | | Jul | |
| 4c. And when executing unit tests failures are linked to the editor source | 100% | | Jul | |