Is your feature request related to a problem? Please describe.
I like the new "Set Root Folder" feature; however, anytime I "Quick Open" now, the fuzzy find begins in the root folder. It would be nice to be able to right-click any folder in the Explorer tree view and even if root folder is set, it would open "Quick Open" in the context of the "right-clicked" folder.
This would not disable the currently set root folder and any other Plugin=>Explorer=>Quick Open searches would originate in the currently set root folder. It would just be nice to have "both" - a shortcut set to Plugin=>Explorer=>Quick Open which opens in the set root folder (if there is) or current folder if there isn't - but always have the ability to right-click a folder and Quick Open in any selected right-clicked folder of the Explorer tree view.
I don't think it would be too hard - just add a Quick Open option to the Context Menu:
Is your feature request related to a problem? Please describe. I like the new "Set Root Folder" feature; however, anytime I "Quick Open" now, the fuzzy find begins in the root folder. It would be nice to be able to right-click any folder in the Explorer tree view and even if root folder is set, it would open "Quick Open" in the context of the "right-clicked" folder.
This would not disable the currently set root folder and any other Plugin=>Explorer=>Quick Open searches would originate in the currently set root folder. It would just be nice to have "both" - a shortcut set to Plugin=>Explorer=>Quick Open which opens in the set root folder (if there is) or current folder if there isn't - but always have the ability to right-click a folder and Quick Open in any selected right-clicked folder of the Explorer tree view.
I don't think it would be too hard - just add a Quick Open option to the Context Menu:
npp-explorer-plugin/src/Explorer/ContextMenu.cpp:
and associated constants, and then have it call:
npp-explorer-plugin/src/Explorer/ContextMenu.cpp:
Cheers.