Oblivion comes from the need to have a fully featured development environment for the force.com platform.
Our main goal is to provide tools that are standard among Integraged Development Environments.
To achieve this goal, we have chosen the Netbeans platform and combined it with Enforce's deployment features in order to provide an integrated environment which allows developers to build force.com applications easily.
you don't have to deploy the code to know your syntax errors
CTRL+SPACE show suggestions
Navigate through the members of a class
logical package management with the @@package tag
Define the code style to follow
Format the code according to the code style
Organize the code according to the code style
Generate code from predefined templates (ALT+INSERT)
Add your own snippets
Console to evaluate expressions and code fragments
...
...
Create new project and it creates new apex files
Download project from Salesforce
Save only the files tha were updated
Deploy project to Salesforce.
Templates to create Classes, Triggers, Objects, Pages
Run unit tests from netbeans
Review your classes coverage
Register update center on Netbeans.
Installing Oblivion plugin for Netbeans.