Author |
Topic |
|
youfly
New Member
3 Posts |
Posted - Mar 18 2005 : 11:41:44 AM
|
Syntax coloring doesn't work well in my IDE,and my IDE is VStudio.Net 2003 (Chinese simplified).I don't know why. Maybe I should use English version? For example,
void CTryApp::OnAppAbout() { CAboutDlg aboutDlg; aboutDlg.DoModal(); }
often shows as
void CTryApp::OnAppAbout() { CAboutDlg aboutDlg; aboutDlg.DoModal(); } in Black~
I really don't know why. Pliz help me! Thank U very much!
|
|
WannabeeDeveloper
Tomato Guru
Germany
775 Posts |
Posted - Mar 18 2005 : 5:04:34 PM
|
Can you try to switch to an english version without great hassle?
We do have some problems with localized eastern-european/asian language versions, but mostly those only showed up when you had variables with uncommon (localized) characters in them...
|
|
|
|
youfly
New Member
3 Posts |
Posted - Mar 19 2005 : 12:36:32 AM
|
In fact,I had never written code(variables etc.) in Chinese,except comment. Just as what I wrote above. |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 19 2005 : 10:24:41 AM
|
Try this. In the IDE, choose 'Tools, Options'. Under 'Environment', select the 'Fonts and Colors' page. In the 'Display Items' listbox, select 'Text'. Click the 'Custom' button next to the 'Item foreground' combobox. In the color picker that appears, change the 'Red' by one: that is, if it's 255, make it 254; if it's 0, make it 1, etc. Now save these changes. Does that fix it?
|
|
|
CybeRUS
Starting Member
Russia
1 Posts |
Posted - Mar 22 2005 : 07:27:10 AM
|
I have same problem (VAX 1298, VS.NET 2003), but thanks to LarryLeonard, 'Red'=254 component of text color fix a problem.
sorry for my enlgish, i'm russian :) |
let's make Games better! |
|
|
LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Mar 22 2005 : 7:25:52 PM
|
You're welcome, but actually someone else posted it a while back. Interestingly, it doesn't matter what number you use: next time, change it back to 255, and that will fix it too!
|
|
|
|
Topic |
|