Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Bad coloring enum::xxx and class::xxx

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
rm822 Posted - Oct 12 2006 : 11:48:33 AM
//VA build 1535
struct Rule{
std::wstring name; //vs 2005 colored as enum, VC6 colored as local
};

enum ColumnType{
idx, //OK
name //vs 2005 colored as enum, VC6 colored as local
};
3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Oct 13 2006 : 09:08:26 AM
I see different results to you. I suspect it is related to the other files in the current solution, plus anything in your stable include library directories.
rm822 Posted - Oct 13 2006 : 05:36:59 AM
Ok, but why the same code colored different in VC6 && VS2005
"guess" depend on IDE? :)
feline Posted - Oct 12 2006 : 12:11:35 PM
unfortunately the colouring code has to run very quickly, to keep up with scrolling, and has limited information to work on, so it has to "guess" some of the time. this is explained in the "Coloring by Usage" section here:

http://www.wholetomato.com/products/features/color.asp

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000