Page 1 of 1

Copy Hexcode

Posted: Wed Jan 12, 2022 6:05 am
by cmal
hi
I'm new with this software, so, maybe I'm missing something...
But:
- it seems that the search allows only for 16 characters/bytes...
- it is also not possible to copy/paste the hexcode; I can copy e.g. in the first window some bytes but when I switch to the second and open the search it is only possible to paste the ANSI into the search field... the same happens when I paste into a 3rd party application...

is it intended to be like this?
Thanks

Re: Copy Hexcode

Posted: Wed Jan 12, 2022 10:32 am
by MSpagni
Welcome onboard.
You're in good company: http://www.prestoforums.com/viewtopic.p ... 86945ac484 :D

Re: Copy Hexcode

Posted: Wed Jan 12, 2022 10:42 am
by psguru
- it seems that the search allows only for 16 characters/bytes...
I can't reproduce this. A screenshot/more details please?
- it is also not possible to copy/paste the hexcode; I can copy e.g. in the first window some bytes but when I switch to the second and open the search it is only possible to paste the ANSI into the search field... the same happens when I paste into a 3rd party application...
Yes, this is correct. There is a wish at https://www.prestosoft.com/edp_suggestions.asp, we may be able to add this in the next version

Re: Copy Hexcode

Posted: Thu Jan 13, 2022 4:15 am
by cmal
if I mark a range of Hexcodes and open search then the search window, it is filled automatically with the marked data. But only the first 16 bytes:

Image

Image

you have to take my word for it: I marked several lines but only the first is in the search (until "FC"); and copy paste does not work...
a better screen shot is not possible because as soon as the window looses focus, the search window jumps to the beginning of the line; it is not possible to make it bigger;

Re: Copy Hexcode

Posted: Thu Jan 13, 2022 11:02 am
by psguru
I misunderstood your question (you never mentioned that you initialized search from a selection). Yes, the initial string is limited to 16 bytes, but you can still type in the search box, and that is not limited. Now, the limit is set to avoid memory issues when a very large selection is set prior to using Find. We can make the limit larger (like 1024) but there will be some number there.

Re: Copy Hexcode

Posted: Thu Jan 13, 2022 3:02 pm
by cmal
ok. of course there must be a limit. but 16 is to small;

Re: Copy Hexcode

Posted: Thu Jan 13, 2022 3:04 pm
by psguru
We'll make it 1024, and the value will be store in the Registry, not hardcoded.