Workspace ASDT Settings

Unlike ASDT 0.0.8, you do not need to set any workspace settings in order to get your ActionScript code to compile. All of the settings which affect compilation are configured at the project level.

Much of this simplification is a result of the fact that ASDT 0.0.9 includes the MTASC compiler, so there is no need to specify its location. Additionally, ASDT 0.0.9 includes the core ActionScript classes such as MovieClip.as. So, unlike ASDT 0.0.8, there is no need to configure the “core path” of ASDT.

The workspace ASDT settings are available via Window > Preferences > ActionScript2.

Project Defaults

The ActionScript2 > Compiler > MTASC settings are “New Project Defaults”. If you want to change an existing build item use the Project Properties. Right-click on your project, select Properties > AS2 Builder, select the build item and click "Edit".

Problems

There is an issue with disabling templates see #3.