function level navigation history
See original GitHub issueIs your feature request related to a problem? Please describe. Currently, the navigation history is recorded at each click a user performed. When use navigation go back, it goes back to where you clicked last time. If we have many clicks performed when analyzing a single function, it may take some time to just go back to the last function we looked at.
Describe the solution you’d like
A function level “go back” (or go forth) that may perform like an ESC
go back action in IDA pro
(however IDA pro’s navigation is a little bit strange somehow).
Issue Analytics
- State:
- Created 4 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
History of Navigation at Sea: From Stars to the Modern-Day ...
Let's dive into the intriguing history of navigation, examine the timeline and explore the marine navigation tools that brought us to where ...
Read more >Navigation - Wikipedia
Navigation is a field of study that focuses on the process of monitoring and controlling the movement of a craft or vehicle from...
Read more >5.4 Session history and navigation — HTML5 - W3C
History objects represent their browsing context's session history as a flat list of session history entries. Each session history entry consists of either...
Read more >4. Types of Navigation - Designing Web Navigation [Book]
The main navigation generally represents the top-level pages of a site's structure—or the pages just below the home page. The links in the...
Read more >7.4 Navigation and session history - HTML Standard - WhatWG
The user is looking at a navigable that is presenting its active document. They navigate it to another URL. The browser fetches the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Implemented by #475
Yes I’m totally aware of that. I just don’t think this work flow is fluent enough to go back to previous function by pressing ALT+LEFT many times or move the mouse to the arrow and choose last function as this situation is quite common. Besides, it’s actually not very hard to implement and does not harm too much to current work flow.