Add an enum
Delete an enum
Edit an enum
Define an enum member
Edit an enum member
Delete an enum member
All enum members names must be unique in the program.
You cannot define more than 256 enum members (symbolic constants) with
the same value.
Please note that you can create bitfield definitions here.
You can also add a comment for the enum and for each enum member. In order to specify an enum comment, you must stand at the enum name. Comments are set using regular commands:
Regular comments
Repeatable comments
See also Edit submenu.