Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Alt-G malfunction

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
maxim2000 Posted - Jun 12 2009 : 09:17:44 AM
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
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jun 12 2009 : 2:51:25 PM
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.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000