New Example code browser / inspector
I’m pleased to announce the update of the “codepad”, which has been transformed into much more powerful Example browser and Object inspector.
http://codepad.agiletoolkit.org/
One awesome tool I’ve created in the process is the right-side “inspector”. Inspector examines the current page and objects on that page looping through them and finding objects which were added by the example. You can then mouse-over the objects to highlight the objects on the page or click to see source code of that class.
Enjoy all the examples and I plan to add more examples (from http://demo.atk4.com/) soon.
Download and Install Codepad
Would you like to look further into how codepad works? You can get it from github:
git clone git://github.com/atk4/atk4-codepad.git git submodule init git submodule update
Add your own examples into page/* to share them with your friends. You can also “fork” codepad and push back some of your own examples if you would like to see them in the Codepad.


You can use https://github.com/atk4/atk4-codepad/blob/master/lib/Inspector.php and https://github.com/atk4/atk4-codepad/blob/master/lib/SourceViewer.php in your own project as this can help you debug your pages.