Author |
Topic |
|
zizka
Starting Member
1 Posts |
Posted - Apr 04 2005 : 2:20:12 PM
|
I've tried to set up the syntax coloring but it behaves weird...
class CFoo { public: int m_dBar; CStatic m_Static
void Init(); }
CFoo::CFoo() { m_dBar=2; }
void CFoo::Init(void) { DDX_Update(); }
So it seems that there are this problems: 1 - it does not color names of class variables (CStatic) in declaration of class 2 - it does not color variable names before the underscore (m_Static,m_dBar) 3 - it does not color method names before the underscore (DDX_Update) 4 it does not color class names in definition of methods, only the constructor is colored
I have version 1298 and it does not seem that there is fix in version 1299. So is it a bug or is this behavior a "feature"? |
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Apr 04 2005 : 2:41:50 PM
|
the first thing to try is: tools menu -> options -> fonts and colors -> use defaults
this may fix the problem. this assumes you are using .NET 2003.
next idea, are you using a black background in the IDE? if so try going into fonts and colors and changing the colour for identifiers from white (255, 255, 255) to (255, 255, 254)
if neither action helps then can you please post more details. see here for advice on what information to provide: http://forum.wholetomato.com/forum/topic.asp?TOPIC_ID=2703 |
zen is the art of being at one with the two'ness |
|
|
waja
New Member
2 Posts |
Posted - Apr 25 2005 : 2:22:39 PM
|
I have the same problem in 10.1.1301.0 I do use a black background and I have tried to use the default colors. Nothing works.
VA_X.dll file version 10.1.1301.0 Licensed to: VA X: Support ends 2006.04.20 VA.NET 7.1: VAOpsWin.dll version 1.2.0.4 DevEnv.exe version 7.10.3077.0 msenv.dll version 7.10.3274.0 Font: Courier New 13(Pixels) Comctl32.dll version 5.82.2900.2180 WindowsNT 5.1 Build 2600 Service Pack 2 2 processors
Platform: Win32 Stable Includes: C:\\Program Files\\SGI\\STL; C:\\Program Files\\Microsoft Visual Studio .NET 2003\\Vc7\\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; C:\\WINDDK\\3790\\inc\\ddk\\wnet; C:\\WINDDK\\3790\\inc\\wnet;
Library Includes: C:\\Program Files\\Compuware\\SoftICE Driver Suite\\DriverWorks\\source; 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:
|
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - Apr 25 2005 : 3:05:58 PM
|
waja can you try the following. in the IDE options -> fonts and colours change the colour of "Text" from (255, 255, 255) to (254, 255, 255) |
zen is the art of being at one with the two'ness |
|
|
waja
New Member
2 Posts |
Posted - May 02 2005 : 8:04:05 PM
|
quote: Originally posted by feline
waja can you try the following. in the IDE options -> fonts and colours change the colour of "Text" from (255, 255, 255) to (254, 255, 255)
Changing the colour of Text fixed the problem. Thanks, waja |
|
|
feline
Whole Tomato Software
United Kingdom
19020 Posts |
Posted - May 03 2005 : 3:27:55 PM
|
case=488 |
zen is the art of being at one with the two'ness |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 04 2005 : 5:01:36 PM
|
waja, are you using a localized version of the VS IDE? |
|
|
sean
Whole Tomato Software
USA
2817 Posts |
Posted - May 04 2005 : 5:02:54 PM
|
zizka, are you using a localized version of the VS IDE (by localized I mean not US english)? |
|
|
|
Topic |
|