Wish Class Property Builder/Helper

qsrtech

Active Member
Licensed User
Longtime User
classbuilder.jpg
Until we get a class builder plugin to automate creating properties I whipped together this little win32 app to help us out for now. Unfortunately the size exceeds limits so here is a linK:

b4aclassbuilder32.zip

Feel free to provide suggestions. Hope this helps save some time and slow down your carpal...

Hint: you can double click the title bar to roll it up and down so you can keep it on top of your projects and use it anytime. Just keep it over an "open" area in the IDE



PS If I had the time I'd subclass the IDE window and inject the code right in there for you. Could maybe do a few other things like parsing, etc. where I could parse the class and have a real class builder that could let you edit a property and have it propagate completely.

UPDATE:
1. added a new feature to change the private variable prefix. Currently does not "remember" so if you close it you'll need to update it.
2. added a checkbox to enable/disable the equality check in the "set". The equality check can be used to do further processing like raise an event if it's actually changed, etc.
 
Last edited:

Theera

Well-Known Member
Licensed User
Longtime User
I need it too.
 

qsrtech

Active Member
Licensed User
Longtime User
I apologize for some reason the link dropped the "32" at the end. It now works. Enjoy.
 
Top