Eclipse Plugin does not work in FlashBuilder/FlexBuilder Standalone
- by Janosch
Hi,
created an Eclipse plugin that contributes to the UI by
a new project wizard
a new menu in the context menu of projects in the Package Explorer
a new project nature + builder
a new preference page for the plugin
The plugin works fine when installed in a normal Eclipse instance with Flex/Flashbuilder as plugin.
The problem now is, that the…