Author Topic: Beta4 - Reference list for class constructor  (Read 2418 times)

dave

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Beta4 - Reference list for class constructor
« on: May 29, 2013, 04:49:49 PM »
Right click on class constructor class definition (.h) shows both class and constructors in "Select Symbol" dialog, as expected.
Select constructor symbol and the resulting references are just the constructor and destructor definitions, but no calls to the constructor. This works in VS-2011.

This also fails for right click on constructor method in .cpp.

When right clicking on a constructor call, the results are for a class search and show all class references including the constructor call.

dave

  • Junior Community Member
  • Posts: 2
  • Hero Points: 0
Re: Beta4 - Reference list for class constructor
« Reply #1 on: May 30, 2013, 03:15:36 PM »
Additionally this problem exists in B5, Win32 and Linux64.