-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Labels
Description
I have thought many times it would be nice to have an easy link in the PythonScript menus to edit existing scripts:
- maybe like the current Scripts submenu, but Edit Existing Script, and have it open that script in Notepad++.
- Or maybe just two entries (rather than a whole nested submenu), one with Edit a Machine Script and the other Edit a User Script, which runs the NPP File > Open dialog in either the machine-script directory (
<notepad++.exe_directory>/plugins/PythonScript/scripts
) or in the user scripts directory (%AppData%\Notepad++\plugins\config\PythonScript\scripts
) - and/or add a right-click "edit" in the Configuration dialog box.