Jumping Enhancement |
Jumping Enhancement
IDE's jumping only available for identifier declaration, but this enhancement provides more effective jumping through tracking changing of current line number. When user moves cursor above special lines (default is five), the tool can remember the position before moving, and user can use the "Go Back" button to return last positions.
For example: if user need to add a new unit name in uses section, move the cursor to uses section using scrollbar directly. After modified, click "Go Back" button to return the original position.
This tool replaces the IDE's jumping buttons. The context menu of back button is as below:
IDE's Go Back: Call IDE's Go Back feature. Press Shift or Alt or Ctrl key when click the button, can call IDE's Go Back also.
IDE's Go Back List: IDE's Go Back history list.
Go Back List: The list in go back history stack, the caption is filename and line number. Click an item to jump to related position.
Use IDE's Jumping Temporarily: Whether use IDE's jumping temporarily when click buttons. This switch never saved, if you want to disable Jumping Enhancement, configure it in settings dialog.
Editor Tools Settings: Show Editor Enhancements Settings dialog.
The settings dialog shows as below:
Improve the Jumping Features in IDE Editor: Enable or disable Jumping Enhancement.
Lines to make a new Record: When cursor moves special lines once, make a new go back record.
Maximum Count: The maximum count to keep in history list.
Links