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
 1549: error font color in wizard bar
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

yxwfrank
New Member

8 Posts

Posted - Mar 20 2007 :  03:26:32 AM  Show Profile  Reply with Quote
when I define variable such as

__int64 i64Number;

the color of "64" is not the correct color, the color of the Classes I defined is Blue, and the color of the variables is DimGray, so the correct color of __int64 should show the corlor Blue, and the variable i64Number should show the color DimGray, but the corlor of the part of "64" shows the color Black.

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Mar 20 2007 :  10:45:51 AM  Show Profile  Reply with Quote
Which IDE are you using? using VS2003 and VA 1549 I cannot reproduce this. I am using the code:

static void bugGeneralColourTests()
{
	__int64 i64Number;
}


and placing the caret into the variable name. I am seeing this:


zen is the art of being at one with the two'ness
Go to Top of Page

yxwfrank
New Member

8 Posts

Posted - Mar 21 2007 :  12:54:59 AM  Show Profile  Reply with Quote
Using VC++ 6.0 and VS2005 both have this problem.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Mar 21 2007 :  11:22:01 AM  Show Profile  Reply with Quote
Interesting, I am not seeing this problem in VS2005 or VC6, both are using VA 1549.

I have also checked this on a different machine, with standard colour scheme, using VS2005 and VA 1548, again no sign of this problem.

Can you please go to:

VA Options -> About -> Copy Info

and paste the details (from the clipboard) into this thread. This will give us the basic information about your setup.

Are you seeing any other colouring problems that might be related, or might give us a clue?
Do you have any other plugin's installed?

zen is the art of being at one with the two'ness

Edited by - feline on Mar 21 2007 11:22:35 AM
Go to Top of Page

yxwfrank
New Member

8 Posts

Posted - Mar 25 2007 :  10:02:21 PM  Show Profile  Reply with Quote
Information about visual C++ 6.0:

VA_X.dll file version 10.3.1549.0 built 2007.03.16
VAOpsWin.dll version 1.3.4.8
VATE.dll version 1.0.6.2
MSDev.exe version 6.0.8168.2
Devshl.dll version 6.0.8798.0
Devedit.pkg version 6.0.8447.0
Font: Fixedsys -16(Pixels)
Comctl32.dll version 5.82.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32 (x86)
Stable Includes:
C:\\Program Files\\Microsoft Visual Studio\\VC98\\INCLUDE;
C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE;
C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\SRC;
C:\\Program Files\\Microsoft Visual Studio\\VC98\\MFC\\INCLUDE;
C:\\Program Files\\Microsoft Visual Studio\\VC98\\ATL\\INCLUDE;
C:\\Program Files\\Microsoft Visual Studio\\VC98\\CRT\\SRC;

Other Includes:


Information about VS2005:

VA_X.dll file version 10.3.1549.0 built 2007.03.16
VAOpsWin.dll version 1.3.4.8
VATE.dll version 1.0.6.2
DevEnv.exe version 8.0.50727.762
msenv.dll version 8.0.50727.762
Font: +?+?+?+?+?+? 13(Pixels)
Comctl32.dll version 6.0.2900.2982
Windows XP 5.1 Build 2600 Service Pack 2
2 processors

Platform: Win32
Stable Includes:
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\include;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\include;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\PlatformSDK\\include;
C:\\Program Files\\Microsoft Visual Studio 8\\SDK\\v2.0\\include;

Library Includes:
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfc;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\mfcm;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\atlmfc\\src\\atl;
C:\\Program Files\\Microsoft Visual Studio 8\\VC\\crt\\src;

Other Includes:


Can you give me an email address? I'll show you some pictuers about the problem, I think that's so funny.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Mar 26 2007 :  08:09:09 AM  Show Profile  Reply with Quote
quote:
Originally posted by yxwfrank

Font: +?+?+?+?+?+? 13(Pixels)


I am starting to wonder if this is a font specific problem. On my machine that font name does not show correctly, it appears to be using UNICODE characters.

For the pictures, please submit them via the form:

http://www.wholetomato.com/support/contact.asp

including this thread ID or URL in the description, so we can match it up. I can then post them to this thread for you. Can you use PNG or GIF format please.

zen is the art of being at one with the two'ness
Go to Top of Page

yxwfrank
New Member

8 Posts

Posted - Mar 26 2007 :  10:00:01 PM  Show Profile  Reply with Quote
I've sent the pictures as you told me.

quote:
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Originally posted by yxwfrank

Font: +?+?+?+?+?+? 13(Pixels)
--------------------------------------------------------------------------------
I am starting to wonder if this is a font specific problem. On my machine that font name does not show correctly, it appears to be using UNICODE characters.
--------------------------------------------------------------------------------

That font is only use in VS2005. Although I change the font as "system" and the size of the font is 10, this problem also exists.

In the environment of VC++6.0, the font is "fixdays", also the problem exists.

My operating system is Windows Xp sp2 simplified Chinese edition, The VC++ 6.0 is English edition and the Visual Studio 2005 is simplified Chinese edition.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Mar 27 2007 :  08:52:42 AM  Show Profile  Reply with Quote
I have the screen shots, thank you for these. I have asked our developers about this, to see if they have any ideas.

case=5696

zen is the art of being at one with the two'ness
Go to Top of Page

yxwfrank
New Member

8 Posts

Posted - Mar 28 2007 :  11:42:12 PM  Show Profile  Reply with Quote
I found that all the keywords that have number such as UINT32, UINT64 and so on can't display the correct color.
Go to Top of Page

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Mar 29 2007 :  05:46:02 AM  Show Profile  Reply with Quote
That makes sense, they are all experiencing the same problem. Unfortunately I have not been able to reproduce this problem so far.

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