Is it possible to make your own typestyle in Notepad++? i.e press the 't' key and the hex for 't' comes up?
-
I was wanting to work on a project using encoded text as i like cryptography and secret codes but was wondering if i could make it much simpler by not having to translate everything manually, any ideas?
-
You could do something like this using one of the scripting languages, e.g. Pythonscript. You’d add a notification callback for the “character added” event, and then substitute whatever you want for the original character. Maybe some other ways to accomplish it as well.