ScriptCleaner

mIRC stores all loaded scripts in memory . Therefore, it is useful to make at least sscripts intended for releasing as small as possible to minimize their memory fingerprint.

Manually this is a nightmare. Removing all starting spaces, comments (good programmer has one comment for approximately every five line of code), blank lines... That is why I made ScriptCleaner, a small program for cleaning up scripts.

As you can see, the interface is very simple and intuitive. Original file will be backed up by adding .bak to its name, if that file exists then additional number will be added - ie .01.bak, .02.bak etc. The reason for backing up the file is that while comments and indentation/formatting are useless for end-user, they are still useful for the script author, ie you.

Note that backup file name works like a hyperlink - clicking on it opens the file.

 

Last modified: 2006-05-08 10:52:03