Notepad++ 5.0

Notepad++ released 5.0 some time ago, and recently a rebuffed version. It’s looking good!

I have some small adjustments for myself and maybe for you.

[ctrl]+[enter] now opens the function suggest by default which was the QuickText Replacer…

Chimera code

Chimera code is code that can be interpreted in more than one language. I’ve mostly found it useful when I want to have a file interpreted in one language, but for some reason that is not always easy to do. An example of this is JavaScript in a web-browser; you cannot just load it, you need an HTML file to load your script…