There is a need to use Flex in one of the projects. I use Netbeans under Ubuntu, and most sources that I found on the flex + linux development theme say that you need to install an eclipse + plugin and live with it calmly.
But this is not our way. Digging deeper realized that you can and in the usual Netbeans.
To get started, download the Flex SDK . Unpack it, for example, in ~ / Flex
We put in the Netbeans plugin Flexbean . The plugin was written for Netbeans 6.5, but in 6.8M2 it rose and earned almost without problems.
We specify Flexbean where the Flex SDK lies (Tools -> Flex Platforms -> Add Platform ... -> ~ / Flex). At this step, an error occurs, but if you ignore it, everything works fine further.
That's all. You can now create new projects such as the Flex project and the Flex application and run and compile them directly from Netbeans.
The current version of the plugin is 1.1.1. In August, the author wrote that he was working on refactoring and syntax highlighting.