Changelog
Added support for LUA files
Added Plugin support (for people making their own plugins!)
Fixed bug in setup of environment variables
Yes, it is a small changelog, but some huge changes there.
BUG ALERT: There is a known bug: you must close the start page and the makefile creator in order for the plugins to work. I am still trying to find a work-around.
Notes
Yes, support for lua files! Includes lua player and all!
Added plugin support - people can write and share plugins in a DLL format! Makeable in VB.NET, C# and C++ .NET!
Download
www.pspsc.com/csp/update21.zip
Install Information
Extract all files into your CSP install directory, overwriting all duplicates.
Creating Plugins
Creating plugins is actually quite simple. I have made a sample one for you to see how it works.
(VB.NET)
The sample plugin just converts all the text in the doccument to lower case.
You might have to re-reference the PluginManager.dll into the project. If you don't know how to do that, just google "vb.net reference dll" and you should get a valid result.
On a last note, please release all plugins you make so that other people can benefit from it too.