views:

32

answers:

2

Hello,
has anyone encountered the following trouble with Flash Builder 4 Eclipse plugin: after I import some flash projects from poms (import -> existing maven projects) and set their type to flex library or flex project manually, flash builder code navigation stops working for these projects - you cant' click on method name to go to its definition, can't open a class using ctrl+shift+t and so forth. The projects compile and run fine and code navigation works for any projects created anew in the same workspace. Any ideas will be appreciated, thank you.

A: 

Not sure if this applies to you, but make sure all your .as files have spaces instead of tabs. Code navigation in FB doesn't like tabs.

Gabriel Jensen
A: 

Did you find an answer to this? I'm in the exact same situation here...

thorseye
I made a kind of a workaround: created new projects of required types and then linked the source folders from the location where I have my maven project. Maven build runs after that, and code navigation is enabled.
vroum-vroum