Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 visual assist x 10.5.1738.0 Alt+G do not work

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
itponder Posted - Oct 19 2009 : 10:51:20 AM
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-?-?

6   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 21 2009 : 10:53:09 AM
Can you post a code sample that shows the problem?
itponder Posted - Oct 20 2009 : 11:32:18 PM
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.
itponder Posted - Oct 20 2009 : 10:52:37 PM
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??
itponder Posted - Oct 20 2009 : 10:00:04 PM
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??
itponder Posted - Oct 20 2009 : 9:56:21 PM
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??
feline Posted - Oct 19 2009 : 3:19:11 PM
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.

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