Open container folder in cmd but as a toolbar button ?
-
Hello,
I would like to have a toolbar button for this action

Is it possible to have that ?
thanks
-
One way would be using the PythonScript plugin.
Create a new script, give it a meaningful name and add something like thisfrom Npp import notepad, MENUCOMMAND notepad.menuCommand(MENUCOMMAND.FILE_OPEN_CMD)Add it, via the
Configuration...menu item to the toolbar section
and restart npp.