Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Feature Requests
 Coloring fails for enum with explicit type
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kennyl
Senior Member

48 Posts

Posted - Sep 03 2012 :  10:51:57 PM  Show Profile  Reply with Quote
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

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 04 2012 :  10:30:58 AM  Show Profile  Reply with Quote
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000