Posted by: Dennis
« on: October 24, 2013, 03:16:31 PM »I would first check if there is preprocessing that is causing things to be tagged in a manner other than what you expect. We do deal with duplicate symbols well, but there are a few cases where it can jump directly to a symbol instead of prompting you with the duplicates:
1) Tagging is lost because of preprocessing and it thinks there is only one symbol to go to.
2) You have the option to "Prioritize navigation" set to symbol definition or prototype.
3) The tagging search times out before it finds all the duplicates. For example, a remote tag file.
If you can reproduce this problem regularly, a complete example always helps.
1) Tagging is lost because of preprocessing and it thinks there is only one symbol to go to.
2) You have the option to "Prioritize navigation" set to symbol definition or prototype.
3) The tagging search times out before it finds all the duplicates. For example, a remote tag file.
If you can reproduce this problem regularly, a complete example always helps.