Stroep

Just a collection of random works – Mark Knol

Tag Archives: tool

Updates
- simple autocompletion for types
- added function for getters/setters
- added function to pass variable in constructor
- save function
- prefix for constructor parameters
- automatic class imports
- added extends function
- some performance tweaks

http://projects.stroep.nl/ValueObjectGenerator/

Tagged with , .

Since I am using actionscript 3 and an external actionscript editor with nice code completion (FlashDevelop in my case), I am using a lot of value objects.

Flashdevelop has no value object generator tool, so I’ve build one myself. It is beta.

ValueObject generator
http://projects.stroep.nl/ValueObjectGenerator/


Tagged with , , , .