Bookmarks Menu


Bookmarks allow you to mark a specific line in the code to enable rapid switching to that section. Not very useful with small files but very handy for long listings.
If you have a few bookmarks set, you can quickly cycle through those locations.
Bookmarks are not saved with the file

Find Sub/Function. If a sub or function is highlighted when selecting this option, you are taken directly to that function.
If you don't have any function highlighted, a pop-up list of all user functions is displayed allowing you to select from it.

Return from Sub/Function takes you back to where you were when goto sub was invoked.
It is the line number that is remembered so if you have added or removed lines between the goto and return, the file location will be slightly off.

 

 

Last edited: 03 November, 2020