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
 Problem with Alt+G in 1916
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

XMi
Junior Member

11 Posts

Posted - Sep 23 2012 :  04:09:47 AM  Show Profile  Reply with Quote
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

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 24 2012 :  4:09:11 PM  Show Profile  Reply with Quote
I am seeing the same effect here. Thank you for the clear description.

case=54551
Go to Top of Page

XMi
Junior Member

11 Posts

Posted - Sep 25 2012 :  04:30:09 AM  Show Profile  Reply with Quote
Thanks a lot for taking care of the issue.
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