“Open with Intype” in context menu

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!

Posted in Snipps |

Scraping the web for inspiration with ♥ Python ♥

I have a bunch of reference folders where I dump stuff that inspires me. I use those images as my screensaver which pops up after 3mins or so. Once in a while, I go on an inspiration finding frenzy and … Continue reading

Posted in Snipps | Tagged , , , , |

Hello world!

After I heard the news, it gave me a reason to renew my portfolio website. And hey, why not add a blog while I’m at it? Disney hasn’t exactly confirmed they want to close the studio, but that’s just legal … Continue reading

Posted in Uncategorized | Tagged , |