Mach-II CFC documentation unplugged
There was a question on the Mach-II list today asking about how to access properties from Listeners in light of the changes made for v1.0.10. The answer is that Listeners inherit getProperty() and setProperty() from the new BaseComponent that was added to the framework. This is apparent if you refer to the online documentation.
However, online documentation is not the convenient when you're, well,offline. Also, you have to leave your IDE which not optimal if you're cranking out some code and really in a groove. Wouldn't it be great if the CFC docs where available in your IDE?
Well, I have done just that. I have generated help files of the Mach-II CFC documentation for HTML Help format (aka .CHM), CFStudio/Homesite and Eclipse/He3. Download it from here and let me know what you think.
However, online documentation is not the convenient when you're, well,offline. Also, you have to leave your IDE which not optimal if you're cranking out some code and really in a groove. Wouldn't it be great if the CFC docs where available in your IDE?
Well, I have done just that. I have generated help files of the Mach-II CFC documentation for HTML Help format (aka .CHM), CFStudio/Homesite and Eclipse/He3. Download it from here and let me know what you think.

1 Comments:
Great job on the eclipse docs. Although I was hoping for a view so that I would not need the seperate window, but it works great.
Post a Comment
<< Home