Code Explorer Cursor handling issue. #5971
Labels
difficulty-02-ducky
Resolving these involves the internal API, but with relatively easy problems to solve.
enhancement
Feature requests, or enhancements to existing features. Ideas. Anything within the project's scope.
good first issue
Want to contribute? That's a good place to start!
navigation
up-for-grabs
Use this label in conjunction with a difficulty level label, e.g. difficulty-02-ducky
user-experience
Issue relates to user experience (workflow, flexibility, customisation)
Rubberduck version information
The info below can be copy-paste-completed from the first lines of Rubberduck's log or the About box:
OS: Microsoft Windows NT 10.0.19044.0, x64
Host Product: Microsoft Office x64
Host Version: 16.0.15209.20000
Host Executable: EXCEL.EXE
Description
In VBA Native Project explorer if i have cursor in Module1 line 20 and then i activate Module2 and put the cursor in line 30 and then I go back to Module1 then it automatically put my cursor to the line 20 instead of at the very top as rubberduck is doing now (If i use Code Explorer)
To Reproduce
Steps to reproduce the behavior:
Do the above steps for both native explorer and Rubberduck Code Explorer.
Expected behavior
Rubberduck should remember cursor position and put back where it was last time. Otherwise I have to go back to that place every time manually which is painful.
The text was updated successfully, but these errors were encountered: