RetroDebugger
RetroDebugger copied to clipboard
Paste but not copy?
The "paste binary" feature is very useful... but where is the copy feature? I can only copy one single byte, I can't select a range.
I can see the code here:
https://github.com/slajerek/RetroDebugger/blob/4d8f80e66f9946503dde0e6106975ec5d2405c7f/src/Views/CViewDataDump.cpp#L1435
But how do I select a range?
I also can see the code for CTRL+SHIFT+C and CTRL+SHIFT+V ("alternative" copy and paste), but if I add SHIFT to CTRL+C, I get C and V printed on C64 screen!
Any news on this? Copying/pasting both binary data, ML code and BASIC commands would be very very very useful!