rizinorg/cutter

DisAsm: double-click and tripple-click should select text at cursor.

Open

#3.097 geöffnet am 2. Feb. 2023

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C++ (1.123 Forks)batch import
UIgood first issue

Repository-Metriken

Stars
 (14.852 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T 12h) (6 gemergte PRs in 30 T)

Beschreibung

See https://github.com/rizinorg/cutter/issues/3090 for information.

See the 0x77c5d45a 0f 85 7a ec ff ff jne 0x77c5c0da opcode.

I want to go to the target 0x77c5c0da address, but i can not do it a convenient way - see #3092

So, okay, i want to at list quickly copy it. But it is harder than it needs too.

Text editors and WWW browsers have a convenient feature: double-click selects the whole word, and triple-click selects the whole line por paragraph. Would be helpful here too.

Also, Opera/Presto browser had yet another convenience: after double or triple left-click text selection, the context menu for the selected text was opened immediately, skipping the need for an extra right-click. Sounds trivial, but really convenient it was.

Contributor Guide