rizinorg/cutter

Support the Paste operation in Hexdump

Open

#1.524 geöffnet am 12. Mai 2019

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.123 Forks)batch import
EnhancementHacktoberFestUIgood first issue

Repository-Metriken

Stars
 (14.852 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 23h) (20 gemergte PRs in 30 T)

Beschreibung

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