ActionScript Editor Code Formatting Updated
Amethyst Beta 2 changes
Thursday 22 January 2009.
Our Adobe Flex IDE, Amethyst, provides extensive and highly customizable code formatting. In the latest beta ( beta 2) we have added another two options.

Amethyst’s built-in code formatter (‘pretty printer’) can automate the reformatting of an entire code file or just a selected block of ActionScript code. It lets you set options to indent code elements, set spacing options and insert or remove line breaks according to syntax.
In beta 2, we added these two new spacing options:
Space before and after assignment operators
Space between ‘(‘ ‘)’ and arguments
For a detailed guide to all the options now available, see the article: ActionScript Automatic Code Formatting.


