angr-management icon indicating copy to clipboard operation
angr-management copied to clipboard

Indicate to the user that they can zoom on a CFG

Open twizmwazin opened this issue 4 years ago • 2 comments

This could take the form of floating action buttons, some text in the corner, google maps is probably not a bad place to look for inspiration.

twizmwazin avatar May 06 '21 17:05 twizmwazin

IDA also supports zoom, through ctrl+scroll (same as us). I think the consensus about that feature is that it's a) not often necessary because IDA has the graph overview window in the corner which shows a very zoomed out view of the graph with a box to indicate the current viewport, and b) it's pretty intuitive because it copies the mechanism that browsers use. I say that if we want to make it even more intuitive, we should add ctrl + and ctrl - as zoom shortcuts as well as a View -> Zoom menu.

rhelmot avatar May 06 '21 21:05 rhelmot

This issue has been marked as stale because it has no recent activity. Please comment or add the pinned tag to prevent this issue from being closed.

github-actions[bot] avatar Jun 19 '22 02:06 github-actions[bot]

We already solved this problem by introducing the zoom minigraph.

ltfish avatar Dec 07 '22 22:12 ltfish