Feature request: autoexec file + command line key /macro=myMacro
-
Two features:
- autoexec file (ex: autoexec.npp) in npp config directory with directives, commands and/or configurations. When npp will be open, this autoexec file be triggered. Ex:
//exemple of autoexec.npp set theme=mytheme.xls exec macro myMacro .....
- command line key to invoke a macro after app start, something like:
notepad++ /macroStart=myMacro file.txt