Notepad++ Open containing folder and SELECT FILE

Discuss various technical topics not related to Mozilla.
Post Reply
Yaron10
Posts: 472
Joined: July 5th, 2011, 6:32 am

Notepad++ Open containing folder and SELECT FILE

Post by Yaron10 »

What should I add to the following command (in shortcuts.xml) so that Notepad++ would open the containing folder and also select the current file?

<Command name="Open containing folder" Ctrl="no" Alt="no" Shift="no" Key="0">explorer $(CURRENT_DIRECTORY)</Command>


Thank you.
Yaron10
Posts: 472
Joined: July 5th, 2011, 6:32 am

Re: Notepad++ Open containing folder and SELECT FILE

Post by Yaron10 »

The following command opens the folder and selects the file. I'm still looking for a way to open the folder maximized.


&quot;C:\Windows\Explorer.exe&quot; /select, &quot;$(FULL_CURRENT_PATH)&quot;


Thanks.
Post Reply