ReClass.NET icon indicating copy to clipboard operation
ReClass.NET copied to clipboard

The value and name columns in the Enum editor are mixed up.

Open titto opened this issue 6 years ago • 2 comments

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:

  1. Create and save a new enum,
  2. 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.

titto avatar Aug 01 '19 04:08 titto

It looks like this issue was fixed in 64bd7030087d74fa468ba3069ec6c53273e59725.

Could you publish a new release? Thanks.

titto avatar Aug 01 '19 04:08 titto

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.

ross-weir avatar Aug 11 '19 23:08 ross-weir