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
 Alt-G malfunction
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

maxim2000
Ketchup Master

68 Posts

Posted - Jun 12 2009 :  09:17:44 AM  Show Profile  Reply with Quote
Some incorrect statements confuse Alt-G. For example

// example.cpp

void Fun()
{
}

// example.h

// just coding here... and then want to go to impl. of Fun()
typedef std::vector<

// Alt-G doesn't work here
void Fun();

tested with VA 1724, VS2005, VC60

feline
Whole Tomato Software

United Kingdom
18948 Posts

Posted - Jun 12 2009 :  2:51:25 PM  Show Profile  Reply with Quote
To a degree this is expected / by design. Our parser is fairly good at recovering from "broken" code, but it is not perfect.

In situations like this you can still use the Find Symbol dialog to jump to "Fun", or you can "fix" or simply comment out the problem line, and give VA a moment or two to catch up, then use alt-g.

zen is the art of being at one with the two'ness
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