10110111 / edb-debugger

edb is a cross platform x86/x86-64 debugger.
GNU General Public License v2.0
6 stars 0 forks source link

Arrow keys should move the selection, not scroll the disassembly #29

Closed 10110111 closed 7 years ago

10110111 commented 8 years ago

OllyDbg behavior is much more useful than current behavior of EDB regarding arrow keys and disassembly view. Arrows should move the selection to correspondingly next/previous line and, when reaching top/bottom of visible area, the area should scroll by one line to make the next line visible.

10110111 commented 7 years ago

Mostly done upstream.