Jump to next highlight. #6258
Labels
Component: UI
Issue needs changes to the user interface
Effort: Low
Issue should take < 1 week
Impact: Low
Issue is a papercut or has a good, supported workaround
Type: Enhancement
Issue is a small enhancement to existing functionality
What is the feature you'd like to have?
To be able to navigate to the next highlighted item by key binding.
Is your feature request related to a problem?
No, but I think many people would like to have it.
Additional Information:
When we click on a variable name it gets highlighted. Expose a keybinding to make screen view jump to the next highlight (or previous) just as it would when we double click some address. Other RE tools already have it implemented.
The ideal solution would be to be able to jump to any selected text. For example, select text
rax + 0x10
in disassembly (or other views) and be able to jump to the next/previous occurrence of it.The highlighting itself could also be a little tweaked. Currently the highlight only occurs when we click something and not when we drag and select some text.
The text was updated successfully, but these errors were encountered: