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 replaces floating point . with ::
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

rhummer
Tomato Guru

USA
527 Posts

Posted - Jan 20 2006 :  12:40:00 PM  Show Profile  Reply with Quote
Using this simple test case:
void test( float f = 2.0f );
Uponplacing the cursor over 'test' to display a tooltip results in 'void test( float f = 2::0f );' showing in the tooltip. It seems to happen upon the first time hovering over the function, as repeat attempts produce the correct result of 'void test( float f = 2.000000f );, but hovering over something else then returning to it procudes the error again.

Heres a screen shot to show it.



VAX Info:
VA_X.dll file version 10.2.1440.0 built 2006.01.17
Licensed to:
VA X:
VA.NET 7.1:
VAOpsWin.dll version 1.3.2.0
VATE.dll version 1.0.4.12
DevEnv.exe version 7.10.3077.0
msenv.dll version 2.0.1746.1
Font: Courier New 13(Pixels)
Comctl32.dll version 5.82.2900.2180
WindowsNT 5.1 Build 2600 Service Pack 2
2 processors

Platform: Custom
Stable Includes:
C:\\Program Files\\Microsoft DirectX 9.0 SDK (December 2004)\\Include;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\include;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\include;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include\\prerelease;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\PlatformSDK\\include;
c:\\program files\\microsoft visual studio .net 2003\\sdk\\v1.1\\include;

Library Includes:
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\mfc;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\atlmfc\\src\\atl;
c:\\program files\\microsoft visual studio .net 2003\\vc7\\crt\\src;

Other Includes:

VS .NET 2003 English

Tools Engineer - Raven Software
VS2005 SP2/VS2008 SP1 - VAX <LATEST> - Win 7 x64


Edited by - rhummer on Jan 20 2006 12:44:38 PM

support
Whole Tomato Software

5566 Posts

Posted - Jan 20 2006 :  2:21:38 PM  Show Profile  Reply with Quote
case=923
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Apr 14 2006 :  1:14:05 PM  Show Profile  Reply with Quote
Fixed in build 1445.
Go to Top of Page

supercloud
Senior Member

43 Posts

Posted - Apr 17 2006 :  12:12:28 AM  Show Profile  Reply with Quote
This fix introduced another bug:

sample code:

const double g_cdFactor = 1.0 / 255.0;

the tooltip shows as:

const double g_cdFactor = 1.0 255.0;
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18942 Posts

Posted - Apr 17 2006 :  1:07:36 PM  Show Profile  Reply with Quote
using VS2003 and VA 1444 i get the tooltip and definition field showing:

const double g_cdFactor = 1::0 255::0

and i get the same as you with VA 1445. it looks like the missing divide sign has been a bug for a while.

case=1147

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