Class Navigation Problem


Hi,

I just installed 5.1 in there. I found that I got more problem with class
navigation i.e. I am at the base class and hit "CtrlAltB" to go to subclasses.
Somehow it brought me to the .class file in the build directory rather than
the source file itself. Any idea how that happened? Any workaround?

Thanks,
Nat


0
2 comments
Avatar
Permanently deleted user

Your project is probably configured so, that the output of one module is included as library classes in the other instead of adding dependency to that module.

0
Avatar
Permanently deleted user

Yep. You're right. I just figured that out this morning. Someone changed my module file to have a reference to the build output directory.

Thanks,

0

Please sign in to leave a comment.