NPP_HexEdit icon indicating copy to clipboard operation
NPP_HexEdit copied to clipboard

binary copy paste

Open chcg opened this issue 7 years ago • 1 comments

@metachuh See https://notepad-plus-plus.org/community/topic/14341/plugin-manager-removal-hosting/7

cool, i completely missed out that you had the hexeditor plugin ported to x64.

do you use it yourself enough to tweak it a bit ? if yes, would it be possible to implement a binary copy paste ? (like the npp built in edit > paste special > copy/paste binary content, or using the npp built in binary safe copy paste routines)

because the normal hexedit plugin 0.9.5 behaviour, if you copy a hex string like: aa 00 bb 00 cc 00 would be pasted the scintilla way as: aa 20 bb 20 cc 20 replacing all nul characters with spaces

greetings, metachuh

chcg avatar May 03 '18 19:05 chcg

👍

MetaChuh avatar Feb 01 '19 14:02 MetaChuh

Allegedly fixed in #62

mirh avatar Dec 26 '22 03:12 mirh

Fixed by https://github.com/chcg/NPP_HexEdit/releases/tag/0.9.11

chcg avatar Dec 27 '22 21:12 chcg