Fixed: Data inspector confusing behavior: hexadecimal display, but decimal input

Bug reports concerning HxD.
Post Reply
dcapwlii
Posts: 2
Joined: 16 Dec 2017 01:25

Fixed: Data inspector confusing behavior: hexadecimal display, but decimal input

Post by dcapwlii »

When "Show numbers in hexadecimal base" option in data inspector is turned on then data inspector shows numbers in hex. However when I try to modify such number it says that a number is not valid. To make it valid I have to manually prepend a 0x prefix. I think that data inspector should either always display hexadecimal numbers with a prefix or somehow allow hexadecimal input when hexadecimal display is turned on.
data-inspector.png
data-inspector.png (31.75 KiB) Viewed 5464 times
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Data inspector confusing behavior: hexadecimal display, but decimal input

Post by Maël »

Added a hexadecimal convertor for integers when the display as hexadecimal option is enabled.
When the update is live, I'll post again.
Maël
Site Admin
Posts: 1455
Joined: 12 Mar 2005 14:15

Re: Fixed: Data inspector confusing behavior: hexadecimal display, but decimal input

Post by Maël »

Fixed, see current download.
Post Reply