XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Add support for "Open with notepad2-mod" #185

Open ghost opened 7 years ago

ghost commented 7 years ago

Need support add right mouse click menu : open with notepad2-mod

choose one file, right click mouse , show the menu, there should be one item open with notepad2-mod

select this item can open this file with notepad2-mod.

thanks.

zufuliu commented 7 years ago

save the following as .reg file (change pathe for Notepad2-mod.exe in last), double click it.

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT*\shell\Notepad2-mod] @="Notepad2-mod"

[HKEY_CLASSES_ROOT*\shell\Notepad2-mod\command] @="D:\Tools\Notepad2-mod\Notepad2-mod.exe %1"

ghost commented 7 years ago

Thanks. is it posibble to add this to official installer scripts