funap / npp-explorer-plugin

Explorer plugin for Notepad++ x64/x86
GNU General Public License v2.0
84 stars 10 forks source link

Scroll focused folder to top in full tree mode #73

Open vinsworldcom opened 8 months ago

vinsworldcom commented 8 months ago

Is your feature request related to a problem? Please describe. When now using the new full tree mode, and having a long list of files / folders, when I use a shortcut like Plugins => Explorer => Go to Root Folder, the folder will get highlighted, but it may be at the bottom of the window. Can we make it "autoscroll" to the top?

Describe the solution you'd like Here, I have "src" set as my root folder and using the above shortcut, it correctly goes to / highlights "src", but it is at the bottom of the Explorer view:

image

Can we make is such that any "go to folder" commands from the Explorer plugin menu auto scroll the go to folder to the top of the tree view, like such:

image