Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 Goto class in VA View HCB
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Ondrej Spanel
Senior Member

40 Posts

Posted - Jun 10 2004 :  02:18:52 AM  Show Profile
When I double click on a member shown in the HCB, corresponding source is shown. When I double click on a class name in the same place (or select a class name with the MRB and activate Goto), nothing happens.

I thing Goto should work with classes as well, not only members.

support
Whole Tomato Software

5566 Posts

Posted - Jun 10 2004 :  1:10:18 PM  Show Profile
We cannot reproduce the problem. We see the behavior you expect.

Does the problem occur for all symbols/classes? Inherited classes?

We do see the edit field at the top of the HCB does not have a Goto option on MRB. Is this the problem?

Whole Tomato Software, Inc.
Go to Top of Page

Ondrej Spanel
Senior Member

40 Posts

Posted - Jun 11 2004 :  02:43:13 AM  Show Profile
There is one case simple to reproduce, perhaps related to http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2449 - when I am in a class defined in the cpp, the class name is shown in the HCB, but no members are shown, and when I use Goto on the class name nothing happens. (To reproduce use a code below, and place your caret inside of SomeClass definition).

This is however not the problem I saw - I could see a class including its members and base classes, I could jump on any member using Goto, but not on the class itself or on its base classes (but the Goto was still there). However, when trying to reproduce it now, I cannot find a class exhibiting the problem (and I do not remember which one I was trying yesterday).


class SomeClass
{
  int a;
  
  public:
  int GetA() const {return a;}
};

int main()
{
  SomeClass b;
  b.a = 0;
  return 0;
}

Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Jun 11 2004 :  10:58:50 AM  Show Profile
Good assumption. We suspect the same, and will test the HCB when we fix symbols defined only in cpp files.

case=79

Let us know if you find another scenario when the HCB fails.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000