I have recorded a few Macros... and assigned them hotkeys and saved them and now i want to remove them, the problem is I dont see any option to remove a macro. Am I blind?
I would also like to remove Run... commands I have saved.
Thanks in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The "Something" above will be the Macro's name. Delete that line and all subsequent lines up to the next "</Macro>". Then re-start Notepad++ and it should be deleted.
As for deleting saved Run... commands, I have no idea. Hopefully somebody else can help you with this.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have recorded a few Macros... and assigned them hotkeys and saved them and now i want to remove them, the problem is I dont see any option to remove a macro. Am I blind?
I would also like to remove Run... commands I have saved.
Thanks in advance!
I don't think there's a way to delete Macros from within the program, but you can do it by editing the shortcuts.xml file.
Open the shortcuts.xml file in Notepad++ (or any other text editor). Find the macro you want to delete. It will start with something like:
<Macro name="Something" Ctrl="yes" Alt="no" Shift="no" Key="49">
The "Something" above will be the Macro's name. Delete that line and all subsequent lines up to the next "</Macro>". Then re-start Notepad++ and it should be deleted.
As for deleting saved Run... commands, I have no idea. Hopefully somebody else can help you with this.