Hi there,
I'm new to SlickEdit. Many in my office use it, so I'm trying to join the crowd.
Our codebase has unit test mock code within it, which essentially means there are duplicate classes. Now I'm trying to get tag-based symbol navigation working, and I find that in the duplicated class case, SlickEdit jumps to one of the class instances, rather than prompting for a choice. That means that when I'm in a particular class file, and attempt to jump to another internal class member, sometimes I actually end up jumping to a different file completely (to the mock class).
Interestingly, when I use the Find Symbol tool, it lists both definitions, which tells me it knows about both. Is there a way I can get it to prompt when encountering duplicate symbols? Or do I need to rebuilt my tag file to explicitly exclude mock files?
This is with SlickEdit 12.0.3.0.
Thanks folks!