Author Topic: C++ cross reference search is missing a symbol in 22.0.2.1 linux x64  (Read 2032 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
In cross-reference search in a C++ project, SE is missing one of the references.

I uploaded a test project to support.slickedit.com under "missingref". It includes my user.cfg.xml in case it is needed.

Steps to reproduce:

1) Open the missingref.vpw workspace
2) Open the .cc file
3) Go to line 299
4) Highlight "missingRefFuncName"
5) Press Ctrl+/
6) Notice that line 299 is not shown as an entry in the "References" tool window

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: C++ cross reference search is missing a symbol in 22.0.2.1 linux x64
« Reply #1 on: June 14, 2018, 04:51:49 PM »
I will put a fix for this special case in the next hot fix.  Kind of a bummer, but totally valid to put a class in a namespace with the same name.

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Re: C++ cross reference search is missing a symbol in 22.0.2.1 linux x64
« Reply #2 on: June 14, 2018, 05:03:05 PM »
Thanks!