Author Topic: JumpTracker: View > Jump > Back/Frwd  (Read 5151 times)

Offline codeman

  • Multiple posting newcomer
  • *
  • Posts: 15
JumpTracker: View > Jump > Back/Frwd
« on: December 30, 2010, 09:17:58 pm »
I created a refinement patch so that the JumpTracker no longer wraps around at the end of its jump list.

It is now much more obvious when you have reached the end of your jump list - you simply hold down the key until it takes you to your most recent place.

Btw, why doesnt this feature have a default key combo? I set it to Alt Left/Right because it is much more useful IMO than View > BrowseTracker > Backward Ed

Here is the patch:
https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=3111&group_id=5358

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 6077
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: JumpTracker: View > Jump > Back/Frwd
« Reply #1 on: December 31, 2010, 01:32:20 am »
I created a refinement patch so that the JumpTracker no longer wraps around at the end of its jump list.

It is now much more obvious when you have reached the end of your jump list - you simply hold down the key until it takes you to your most recent place.

Nice patch! I think we don't need wraps at the end of jump list.
Quote
Btw, why doesn't this feature have a default key combo? I set it to Alt Left/Right because it is much more useful IMO than View > BrowseTracker > Backward Ed
agree, I use the keyboard short-cut plug-in to set the ALT-left/right to bind to them.

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.