Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Problem with Alt+G in 1916

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
XMi Posted - Sep 23 2012 : 04:09:47 AM
Hi.
I'm having a problem with the 'Goto Implementation' (Alt+G) feature in Visual Assist. Fortunately, I was able to reproduce the issue with the following very simple C++ application:


void foo(int a, int b);

void foo(int a, 
         int b)
{
}

int main()
{
   return 0;
}


My problem is that if I call Alt+G with the carret on the second foo (the one for the implementation), I get the pop-up menu to select my destination. (the 1rst one being the declaration, and the second one pointing to the implementation's body). Here is a screenshot.



As I'm already in the functions implementation, I'm expecting to jump to the declaration without getting the menu. Note that the problem is linked to the fact that the parameter list in the implementation spans over two lines, as Alt+G behaves as expected if the implementation signature is a single line.

Thanks in advance for your help

My setup:
Windows 7 64bit SP1 (EN)
Visual Studio 2010 Pro
Visual Assist build 1916

--
Xavier
2   L A T E S T    R E P L I E S    (Newest First)
XMi Posted - Sep 25 2012 : 04:30:09 AM
Thanks a lot for taking care of the issue.
accord Posted - Sep 24 2012 : 4:09:11 PM
I am seeing the same effect here. Thank you for the clear description.

case=54551

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