Other Actions for Enumerations
If you open the context menu of an enumeration, by selecting it from the project tree and right-clicking it, you will see different actions that can be done with enumerations:Deleting an Enumeration:In order to delete an enumeration, select it from the Project tree then choose the Delete voice of the context menu.Duplicating an Enumeration:In order to duplicate an enumeration, select it from the Project tree then choose the Duplicate voice of the context menu.A window will appear asking you a new name for the duplicated enumeration.Refactoring an Enumeration:Refactoring will allow you to change the name of an enumeration and consequently adjust all of its occurrences in the project.Select the desired enumeration from the project tree, then right-click on it and choose the Refactoring voice from the context menu.A window will appear allowing you to insert a new name and showing you all the occurrences found for this symbol; if you change the name and press OK, all the shown occurrences will be modified.Enumeration properties:In order to edit the properties of an enumeration, select it from the Project tree then choose Edit properties. A window will open allowing you to insert information such as version number, description, icon and images. Once imported, images can be used in the description by checking the Use HTML syntax checkbox and linking the imported im- age with HTML syntax, like
.To view the properties of an enumeration, select it form the project tree then choose View properties.