Archive for June, 2008

PureMVC file templates for FlashDevelop

Friday, June 20th, 2008

I wrote 3 small file templates for the AS3Project in FlashDevelop. They come in quite handy when working on a PureMVC based project. PureMVC-Command.as.fdt PureMVC-Mediator.as.fdt PureMVC-Proxy.as.fdt I hope it helps someone ;)

Quickly generating AsDoc

Tuesday, June 17th, 2008

For ease of use i have a small batch file to generate the documentation for my ActionScript projects. It’s definitely nothing special, but if you struggle with the asdoc syntax and you just want a quick solution, here it is: It also points asdoc to the bin directory of AsWing, where it will find the [...]