funap / npp-explorer-plugin

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

Go to Root Folder #63

Closed vinsworldcom closed 1 year ago

vinsworldcom commented 1 year ago

Is your feature request related to a problem? Please describe. Given the new "root folder" setting, it would be nice to have a menu item to "Go to Root Folder".

"&Explorer...",                    
"&Favorites...",                   
"&Quick Open...",                  
"-",                               
"Go to &Path...",                  
"Go to &User Folder",              
"Go to &Current Folder",
"Go to &Root Folder"      <--- THIS IS NEW     
"&Go to Current File",             
"&Show Explorer (Focus on folder)",  <--- This Alt shortcut moves from "r" to "S" to support new "Go to Root .."
"Show E&xplorer (Focus on file)",  
"Show Fa&vorites",                 
"C&lear Filter",                   
"-",                               
"Explorer &Options...",            
"-",                               
"&Help...",  

Describe the solution you'd like This new "Go to Root Folder" would go to the set root folder like the other Go to "X" options. If no root folder is set, no need to print an error or anything, just silently fail and don't "go" anywhere.

Cheers.

funap commented 1 year ago

yes. I agree. I'm going to modify it as you suggested.

funap commented 1 year ago

This issue has been fixed in this release. https://github.com/funap/npp-explorer-plugin/releases/tag/v1.8.2.26