XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting

Home Page:https://xhmikosr.github.io/notepad2-mod/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for "Open with notepad2-mod"

cnmade opened this issue · comments

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.

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"

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