BasicPawn icon indicating copy to clipboard operation
BasicPawn copied to clipboard

Forward, Backward buttons

Open dragokas opened this issue 4 years ago • 1 comments

It will be a really helpful if you could implement "<-" "->" buttons, like in IDA (+ hotkeys), so whenever we are using features like:

  1. Find reference
  2. Click or "Search Window" result
  3. Click on Error line from "Information" Window.

BasicPawn could save "N" of previous cursor and tab positions, so we could easily and very fast jump back, or forward again without need to remember which tab or temp bookmarks.

dragokas avatar Dec 21 '20 19:12 dragokas

You can already do that (Except the search results). Using CTRL + ALT and arrow keys and use CTRL + ENTER and SHIFT + CTRL + ENTER for primary and secondary actions. All special controls should be listed in Help > Special Controls

Timocop avatar Jan 07 '21 18:01 Timocop