tags:

views:

216

answers:

1

I've been using Eclipse to develop Flex application for a while and after I upgraded to Eclipse 3.4.1, I noticed that whenever I CTRL+Click a type to navigate to it's declaration, the editor will open on the selected type, but it won't "Navigate" to file on the Flex Navigator tree.

I've checked that this is not the default behavior on my co-workers Eclipse, as theirs will highlight the recently opened file on the Navigator.

I've search everywhere on Eclipse Preferences but couldn't see a toggle for that. Anyone knows where I'm supposed to enable that?

Thanks!

+1  A: 

I'm not sure about the flex part of it, but in eclipse there is a "Link With Editor" button in the explorer window (looks like a left and right arrow stacked). Click that and see if it starts to behave like you expect.

Bill K
Thank you! I thought it would be hidden on a preferences page. :)
leolobato