Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Coloring fails for enum with explicit type

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
kennyl Posted - Sep 03 2012 : 10:51:57 PM
Example:

enum : BYTE 
{
   VAL1,
   VAL2,
   VAL3,
};


However, if you give the enum a name, then the coloring can work correctly:

enum MyEnum: BYTE 
{
   VAL1,
   VAL2,
   VAL3,
};


Regards,
Kenny
1   L A T E S T    R E P L I E S    (Newest First)
accord Posted - Sep 04 2012 : 10:30:58 AM
I am seeing the same effect here. Thank you for the clear description and example cases. I have put in a bug report for this:

case=69076

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