[PRPL] Notepad++ command whisperer

Started by kajacx, November 26, 2017, 12:59:47 PM

Previous topic - Next topic

kajacx

Are you tired of constantly having to open the wiki every time you are slightly uncertain how a command is named? Was is ''GetListCount'' or ''GetListSize''? Well, worry no more with one simple trick: just paste all the command names as a commenst into your script and Notepad++ will give you hints!

I have made 2 variants, one with just command names and then other with notation as well:



As you can see, you can even fold the code so it doesn't bother you. Granted, the compilation might take a bit longer, but the running speed of the script will be entirely unaffected (it's just comments after all).
Why do work yourself, when you can write a program that will do the work for you.