You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
DllHell
Posted - Oct 12 2008 : 10:51:13 AM Would it be possible for strings in VC++ 6 to be highlighted like in the newer VC++ 2008.
MSVC++ 2008:
char szString[4] = "o.O";
MSVC++ 6:
char szString[4] = "o.O";
May seem small but it gets annoying after a while
2 L A T E S T R E P L I E S (Newest First)
DllHell
Posted - Oct 14 2008 : 01:44:24 AM Oh dam...... Im new to VC6 , ditched VC 2008 because of the runtimes that no-one has........... Thanks alot, i never even knew that tab existed
Excellent product BTW I was a Code::Blocks lover before I found this
feline
Posted - Oct 13 2008 : 07:30:36 AM You can already do this, simply go into:
VC6 tools menu -> Options -> Format tab -> Colors = String
and set the foreground and background colour that you want. Personally I always do this on systems that I use, I like my strings to be in a distinct colour, I find this helps