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
 Member variables in VA Outline
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Luke1410
Senior Member

32 Posts

Posted - Jun 16 2009 :  07:42:01 AM  Show Profile  Reply with Quote
Is it possible to display member variables of classes shown in the VA Outline view somehow (maybe by a setting I haven't discovered yet)?

feline
Whole Tomato Software

United Kingdom
18943 Posts

Posted - Jun 16 2009 :  12:08:29 PM  Show Profile  Reply with Quote
Which IDE and version of VA are you using?
Which language are you programming in?

VA Outline is showing me class member variables when I look at a C++ .h file.

zen is the art of being at one with the two'ness
Go to Top of Page

Luke1410
Senior Member

32 Posts

Posted - Jun 16 2009 :  2:36:23 PM  Show Profile  Reply with Quote
My bad. VA Outline of course only displays the content of the current file. It correctly displays the member variables when the header file is active. Anyway, what I'm looking for is:
When programming a function it a view of the class member variables would be really helpful. I.e.
foo.h:
class Foo()
{
private:
int mymember;
public:
Foo();
}

Now I'm working in foo.cpp within the Foo-ctor:
Foo::Foo() {
// writing my stuff right now
}

A view which would show the outline of Foo class while the cursor is within the Foo::Foo() block could improve the productivity because I wouldn't have to switch between the header/cpp file.

Is that already possible with VA?
Go to Top of Page

sean
Whole Tomato Software

USA
2817 Posts

Posted - Jun 16 2009 :  4:27:24 PM  Show Profile  Reply with Quote
Have you tried the Hovering Class Browser in the VA View (VAssistX | Tools | VA View)?

http://www.wholetomato.com/products/features/hcb.asp
http://www.wholetomato.com/products/features/vaview.asp
Go to Top of Page

Luke1410
Senior Member

32 Posts

Posted - Jun 16 2009 :  5:14:46 PM  Show Profile  Reply with Quote
Thanks, that's exactly what I was looking for.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000