Done: Ignore white space between hex-digit pairs in text fields

Wishlists for new functionality and features.
Post Reply
vsteiner
Posts: 4
Joined: 01 Dec 2013 00:10

Done: Ignore white space between hex-digit pairs in text fields

Post by vsteiner »

Hey,

I've looked but couldn't find this suggested on the forum:

Oftentimes I copy a selection of a few hex bytes that define a certain data length. In the next step I paste those bytes into the Length-Field of the "Select Block"-dialog. Now when I do this, HxD immediately complains about the "invalid digit" ( the space(s) HxD uses to concatenate the bytes ). For each space character, a warning is displayed and needs to be clicked away.

What I'd like to see is an option allowing me to define what character (if any) is used on copying a byte selection into the clipboard. To keep the current default functionality, it'd be a space character (00 0A). In my case, I'd leave it blank in order to get the numbers straight (000A).

Keep up the good work!
Maël
Site Admin
Posts: 1470
Joined: 12 Mar 2005 14:15

Re: Hex selection to clipboard - make spaces optional

Post by Maël »

Do you need to specify the separating character between hex-digit pairs, or is it just for pasting into text fields that expect hex digits?

In the latter case I could just modify those text fields to ignore white space.
vsteiner
Posts: 4
Joined: 01 Dec 2013 00:10

Re: Hex selection to clipboard - make spaces optional

Post by vsteiner »

This particular request was targeted at pasting hex bytes into HxD fields expecting hex bytes.

So yeah, what you suggest would definitely fix my issue.
Maël
Site Admin
Posts: 1470
Joined: 12 Mar 2005 14:15

Re: Ignore white space between hex-digit pairs in text field

Post by Maël »

I changed the topic title accordingly, so I'll know better what was intended when I get back to it.

If you want to get notified when this is fixed/implemented, easiest is to stay subscribed to this topic, I'll reply to it when it is fixed.
Maël
Site Admin
Posts: 1470
Joined: 12 Mar 2005 14:15

Re: Done: Ignore white space between hex-digit pairs in text fields

Post by Maël »

Done.
Post Reply