I recently started using the Intype editor instead of ugly old Notepad++. A feature I’ve been missing though, is the “Open with Notepad++” context menu option, but it turns out it’s quite easy to add one!
All you have to do is add a few registry keys. Save the following to a .reg file, change the paths appropriately and run it:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\*\shell\Edit with Intype...]
"Icon"="\"C:\\Program Files (x86)\\Intype\\intype.exe\",0"
[HKEY_CLASSES_ROOT\*\shell\Edit with Intype...\command]
@="\"C:\\Program Files (x86)\\Intype\\intype.exe\" \"%1\""
If any Intype devs are reading this, can you please please add a drag and drop feature? Thaaaaanks!
Edit 10/03: Yay! Drag and drop feature added!
