Hopefully this hasn't already been requested...
When browsing program code I find it very useful to be able to jump back to the previous position in the file.
For example, I'm working out the logic and flow of some code, I come across a function/method call, I want to see it's implementation so I do a find/search for that function, review it, but decide I want to return to the line of code from where I jumped to the function and continue navigating the file from there.
Basically I'm after a breadcrumb trail of positions within the file - if this is already provided in TP then I'd love to know where, otherwise please consider this a new feature request which is hopefully very useful and should be easy to implement.
Ability to navigate previous and next positions within file
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
I vote for this feature.
When using TextPad 5.4.2, I miss the feature in Visual Studio where you type "CTRL -" to move back; literally undoing the navigation commands that change lines. So UP, DOWN, PAGE UP, and PAGE DOWN cause the resulting line number to be recorded in a circular queue as well as search/find jumps, etc. But LEFT and RIGHT are not recorded. "CTRL SHIFT -" moves forward.