rizinorg/cutter

Support the Paste operation in Hexdump

Open

#1524 opened on May 12, 2019

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (14,852 stars) (1,123 forks)batch import
EnhancementHacktoberFestUIgood first issue

Description

Is your feature request related to a problem? Please describe.

To be able to edit files by pasting hexadecimal or ASCII content.

Describe the solution you'd like

When started in edit/cache mode only, Ctrl+V will remove the selected text if any is selected and will insert the content of the clipboard otherwise will only insert (like text editor). Both for ASCII and hexadecimal.

Contributor guide