Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: kajacx on November 26, 2017, 12:59:47 PM

Title: [PRPL] Notepad++ command whisperer
Post by: kajacx on November 26, 2017, 12:59:47 PM
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:

(https://image.prntscr.com/image/ihf3Zdd-QA2IjTlKgO9ZSg.png) (https://image.prntscr.com/image/6Ga_PFsBT7GtGlHwPiFNxA.png)

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).