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
 Tooltip not updated
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

znakeeye
Tomato Guru

379 Posts

Posted - Jan 08 2009 :  09:29:40 AM  Show Profile  Reply with Quote
VAX 1649. VS 2008 SP1, XP SP3.
"Get content from default IntelliSense" disabled
"Include bits of code from surrounding lines" disabled
"Apply coloring to" Everything!

I have a CDialog-based class (and a resource). There are some uncommented functions (using '//').

I then add a handler for a new button via the Resource Editor. VC++ takes me to the function and I hover the mouse over it. The tooltip contains garbage. Especially one of the commented functions seems to dominate the tooltip (under the correctly specified headline).

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Jan 12 2009 :  1:09:59 PM  Show Profile  Reply with Quote
>Especially one of the commented functions seems to dominate the tooltip (under the correctly
>specified headline).
Is that means you get the correct function name with the correct parameters, and your tooltip contains a lot of commented out functions after that?
Can you take a screenshot of the tooltip?

Do you have

VA Options -> Advanced -> Display -> Display comments from source files when available

turned on or off? Visual Assist pairs functions and its comments when this option is turned on.
For example:

// Somecomment
void SomeFunciton()
{
[...]
}
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