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
 visual assist x 10.5.1738.0 Alt+G do not work
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

itponder
New Member

7 Posts

Posted - Oct 19 2009 :  10:51:20 AM  Show Profile  Reply with Quote
visual assist x 10.5.1738.0 Alt+G do not work in some functions-?-?these functions are in Class like this-?-?
"Class AFX_EXT_CLASS CTest"-?-?and this class name appear in Brown color-?-?it appear not correct-?-?it should be Blue color-?-?

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 19 2009 :  3:19:11 PM  Show Profile  Reply with Quote
What language are you programming in? In C++ the class keyword should be in all lower case. Are you using some form of macro for the word Class ?

using VS2005 and VA 1738 and the following code in a C++ header file:

class AFX_EXT_CLASS CTestMacroBeforeName
{
	void AltGTarget();
};

CTestMacroBeforeName::AltGTarget() { }

the class name is coloured correctly for me, and Alt-G from the function implementation takes me to the function declaration.

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

itponder
New Member

7 Posts

Posted - Oct 20 2009 :  9:56:21 PM  Show Profile  Reply with Quote
I am using VA1738 in Visual C++ 6.0+?-++?and in class like this+?-++?
+?G??+?class AFX_EXT_CLASS CTest+?G??-?+?-++?the functions in CTest+?-++?can not use Alt+G +?-++?but in VA 10.3.1561+?-++?it is all right+?G??G??
Go to Top of Page

itponder
New Member

7 Posts

Posted - Oct 20 2009 :  10:00:04 PM  Show Profile  Reply with Quote
I am using VA1738 in Visual C++ 6.0+?-++?and in class like this+?-++?
+?G??+?class AFX_EXT_CLASS CTest+?G??-?+?-++?the functions in CTest+?-++?can not use Alt+G +?-++?but in VA 10.3.1561+?-++?it is all right+?G??G??
Go to Top of Page

itponder
New Member

7 Posts

Posted - Oct 20 2009 :  10:52:37 PM  Show Profile  Reply with Quote
The Alt+G is so important to me+?-++? i really hope it can work well all time+?G??G??
but in rare conditions+?-++?it always not work+?G??G??
my solutions is so large+?-++? it contain more than 10 projects+?G??G??
and these projects are mfc extendsion dll project+?-++?we use these dlls in our IDE+?-+-?Main program+?-+G?+?G??G??
Go to Top of Page

itponder
New Member

7 Posts

Posted - Oct 20 2009 :  11:32:18 PM  Show Profile  Reply with Quote
class AFX_EXT_CLASS CElemFileHeader+?-++?va display color like this+?-++?
+?G??+?class+?G??-? is blue+?-++?
+?G??+?AFX_EXT_CLASS+?G??-? is purple+?-++?
+?G??+?CElemFileHeader+?G??-? is brown+?-+-?it is not correct+?-++?it should be blue+?-+-?+?-+-?+?-+G?
i found that if the class name is display as brown, it's functions will can not use Alt+G.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18939 Posts

Posted - Oct 21 2009 :  10:53:09 AM  Show Profile  Reply with Quote
Can you post a code sample that shows the problem?

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