How to Add Run Option in Notepad++ for Launch in Edge
-
To add a Run menu option in Notepad++ for “Launch in Edge”, use the below steps:
- Backup your AppData\Roaming\Notepad++\shortcuts.xml file.
- Edit your AppData\Roaming\Notepad++\shortcuts.xml file.
- Under the UserDefinedCommands section add the below line:
<Command name=“Launch in Edge” Ctrl=“no” Alt=“no” Shift=“no” Key=“0”>msedge “$(FULL_CURRENT_PATH)”</Command>*
- Save the file.
- Restart Notepad++
-
Simpler way #1:
-
Simpler way #2:
-
@Alan-Kilborn Thanks!
-
Please note that @Alan-Kilborn’s second method is described in the User Manual already, and is effectively the GUI-way of doing the laborious manual-
shortcuts.xml
-editing that you described. -
@PeterJones Thanks! Good to know!
-
This post is deleted!