Flex Formatter is an Eclipse editor tool to provide source code formatting for Adobe Flex code (i.e. Actionscript and MXML).
Flex Formatter offers a small set of formatting options which hopefully covers the most popular coding conventions.
Requirements:
· Eclipse
· Java 1.5 or later
What's New in This Release: [ read full changelog ]
· New Features
· New option to not add line breaks for single-line functions. This applies to functions that are already on a single line and don't contain any code blocks in their bodies. On the Actionscript 'tweaks' page.
· Fixes
· Fixed "remove unused namespaces" to discover namespace uses when they are only used on an attribute. Someone sent me an example where 'fb' was used that way.