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.