Wish Please have the IDE not scroll/open module nodes after clicking on a bookmark

JohnC

Expert
Licensed User
Longtime User
I use bookmarks to mark sections of code that I often need to access or for code that needs attention at a later time.

The below screenshot shows my bookmarks and notice all the "closed" module nodes:



When I then click on a bookmark, the code window on the left side switches to the correct module tab and jumps to the proper line of code that was bookmarked - all good.

But the IDE also updates/opens nodes in the module list on the right side to reflect the routine that I navigated to. Why does it do this?

It's annoying because if I need to quickly click through my bookmarks, I can't because the list of bookmarks is pushed off the top of the window because it opened nodes and scrolled the module list to the routine bookmarked as shown below:



So, I have to scroll the module list back to the top to see my bookmarks again. Not to mention that I now have to manually close all the nodes that were expanded after clicking on multiple bookmarks.

The IDE doesn't open nodes and scroll the module list to different routines if I manually navigate to different routines, so why does it do this after clicking on a bookmark?

Please modify the IDE so it does not scroll/open any nodes on the right after clicking on a bookmark.

Thank you.
 
Last edited:

JohnC

Expert
Licensed User
Longtime User
Ah, I had to right-click on an empty space in the "Default Group" section of the "Modules" tab, then I was able to see this option.

Cool - it also fixed the auto-expanding of a node when I clicked on a module name in the modules list.

Much better!

Thank you.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…