Open
Description
Is your feature request related to a problem? Please describe.
I'm always frustrated when I copy a hex number from the listing and no other program will accept it because the format is invalid and contains an invalid hex digit 'h'.
Describe the solution you'd like
Display a valid hex number ie. 0x1234 instead of 1234h. Alternatively, provide an option to display them correctly.
Describe alternatives you've considered
Copying the value to notepad++ first to remove the h and add the 0x prefix a billion times a day.
Additional context
Nobody does this thing with an 'h' suffix.