BAndysc/WoWDatabaseEditor

[Feature] Display flags and mask values as hex in quick access

Open

#150 opened on Aug 4, 2022

 (0 comments) (0 reactions) (0 assignees)C# (168 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (561 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the solution you'd like Either force hex for flags and masks since they are way easier to read in hex (since those are just bitshifting magic anyway) or add a config option to enable hex for those fields. Spellids etc shouldn't be in hex obviously.

Another option is displaying them in hex AND decimal like 0x00000008 | 8 while making sure they are aligned properly with the other entries. This one would conflict with the copy function however (personally i'd like to use hex for such stuff and not even mess with decimal, while others prefer decimal) - so likely the hex/decimal option i suggested above is way to go.

Contributor guide