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
Please sign in to leave a comment.
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.
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,