Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Tooltip replaces floating point . with ::

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
rhummer Posted - Jan 20 2006 : 12:40:00 PM
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
4   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 17 2006 : 1:07:36 PM
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
supercloud Posted - Apr 17 2006 : 12:12:28 AM
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;
support Posted - Apr 14 2006 : 1:14:05 PM
Fixed in build 1445.
support Posted - Jan 20 2006 : 2:21:38 PM
case=923

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