The value and name columns in the Enum editor are mixed up.
On editing existing enums the Enum editor mixes up the value and name columns. The issue is reproducible in the 1.2 release (build time: 2019/04/05 20:15:18).
Steps to reproduce:
- Create and save a new enum,
- Right-click on that enum in the left pane under Enums and select "Edit Enum..."
Result:
The values from the "Value" column are displayed in the "Name" column, and the values of the "Name" column are displayed in the "Value" column.
It looks like this issue was fixed in 64bd7030087d74fa468ba3069ec6c53273e59725.
Could you publish a new release? Thanks.
Vouch for getting this in a new release. 👍
This bug makes it really hard to work with enums, i.e: after creating one if you want to edit it you have to manually swap the columns around every time.