Stroep

Just a collection of random works – Mark Knol

Tag Archives: tool

Finally I have created and finalized my Actionscript 3 Event Generator, which was buggy but now it is very nice :) As stated on twitter, if you are a flashdeveloper and use custom events in actionscript 3, you should use this tool because it helps you create custom event classes very fast.

Features:
- Fast variable adding
- Event type generation (static constants). Just use lower camelCased variables and they will be formatted nicely.
- Meta data for a event dispatcher class.
- Automatic clone() function
- Automatic toString() function

URL
» http://projects.stroep.nl/EventGenerator/

Don’t forget to first fill your name at @author on the right. The package and @author will be saved for next time.

I have also created a dropdown-menu on the top-right to switch to other tools. Happy coding!

Tagged with , , , .

I created a tool to created ‘grouped’ value objects nicely and very fast. It is using private classes. I found it useful enough to share it with you, so maybe if you are in need of such a tool, you are free to use it.

» Check it out: http://projects.stroep.nl/enumGenerator/

Oh, if you want to create normal value objects, use the value object generation tool. For creating custom events classes, I have an custom event generator.

Tagged with , , , .

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