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
 VAX 1218 VS.NET2002 - Minor Tooltip Issue
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

LarryLeonard
Tomato Guru

USA
1041 Posts

Posted - Mar 02 2004 :  11:30:57 AM  Show Profile
Let's say you have this line of code:
for (int nErr = 0; nErr < m_player.GetError().GetErrorCount(); ++nErr) {
... and you hover over the final nErr. The tooltip I get reads int nErr = 0 - I would argue that it should read int nErr.

support
Whole Tomato Software

5566 Posts

Posted - Mar 02 2004 :  10:47:33 PM  Show Profile
There is nothing magic about the behavior and the example. Hovering over any foo defined as "int foo =0" displays the initial value. Though we can appreciate your argument, the behavior is by design. Tooltips contain initial values if available. Default Intellisense does the same, not that we always want to use it as the benchmark.

Whole Tomato Software, Inc.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000