Author |
Topic |
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Mar 08 2004 : 12:41:01 PM
|
I can not get some syntax color to work correctly. Example: CString strTest; <- all will be black but CString *strText; <- "CString" will be blue, reset black
I can simply add and remove the "*" to cahnge the color.
I want the color for both caes.
Anyone have any ideals? Other Classes haveing the same problem
CFileFind CTime CArray CSettingsDLG <- Custom class PITEMDATA <- Custom structure LPNMLISTVIEW
I never had this problem in 4.1 ro 6.0...
|
________ ___/___/ __/___ _/___/anopenR |
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Mar 08 2004 : 12:43:12 PM
|
Also, This problem is happening in VC++ 6.0, .Net & eMbedded VC++ 4.0 |
________ ___/___/ __/___ _/___/anopenR |
|
|
support
Whole Tomato Software
5566 Posts |
Posted - Mar 08 2004 : 9:23:12 PM
|
We cannot reproduce the problem. Your IDE probably is outputting text in a manner which we do not expect.
Anyone else with the problem?
Anything unusual about your font? Language settings? IDE config? |
Whole Tomato Software, Inc. |
|
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Mar 09 2004 : 11:06:41 AM
|
Actually, yes, although not exactly the same. I have a file where several functions return CString. Some of the CStrings are blue and some are black. Can't detect a pattern.
Unusual features: Verdana 11pt, line numbers, mid-grey background. But none of these seems to make a difference.
Never noticed it before 1219.
I'll send you a screenshot. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
Edited by - Stephen on Mar 09 2004 11:10:24 AM |
|
|
Morf
New Member
United Kingdom
2 Posts |
Posted - Mar 12 2004 : 04:40:35 AM
|
To be honest, Ive had black seemingly random text in the last few builds...Most notable area of randomness is the output window...If I scroll it slowly left and right, the black text changes around...
|
|
|
support
Whole Tomato Software
5566 Posts |
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Mar 18 2004 : 10:18:41 AM
|
Haven't had time to try your fix, but something seems to have changed, because the CString's I described above are now sometimes blue (classes colour) and sometimes grey (variables colour). Not black now. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
Stephen
Tomato Guru
United Kingdom
781 Posts |
Posted - Mar 18 2004 : 10:26:10 AM
|
CTime sometimes seems to have the same problem too. |
Stephen Turner ClickTracks http://www.clicktracks.com/ Winner: ClickZ's Best Web Analytics Tool 2003 & 2004
|
|
|
CanopenR
Junior Member
USA
19 Posts |
Posted - Mar 25 2004 : 11:07:17 AM
|
I think I found a fix. This what I did. I Uninstalled all version on VA on the my system. I had VA 4, 6, & X be sue to delete the folders also. I then delete the registry setting for whole tomato in the HCL & HCU. I started all IDE effected eVC, VC, & .net. I then rebooted. I then installed 1221 of VA X. At this point I still had the problem. I then did a Rebuild, clear & reset in VA X under Performance. Ii then close my IDE and restarted. The problem seem to have gone away, but I am now having a few intellsnyc problems with some objects like ClistCtl
Hope this helps you all. CanopenR
|
________ ___/___/ __/___ _/___/anopenR |
Edited by - CanopenR on Mar 25 2004 11:10:48 AM |
|
|
asmout
Ketchup Master
58 Posts |
Posted - Mar 25 2004 : 6:00:20 PM
|
I am also experiencing similar weirdness.
For some reason, my copy of VAX (1221 on VC6) has taken a dislike to the integer variable name "y0", and decides to highlight it in red, whilst it happily shows the integer "x0" in grey on the next line!
The file compiles, so this cannot be an "invalid syntax confuses the parser" type bug.
In general, I get quite unreliable syntax highlighting in 1221. |
|
|
|
Topic |
|