cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Tue May 16, 2006 11:13 pm Post subject: Dev_Inspector 0.2.0 |
|
|
I just uploaded Dev_Inspector 0.2.0 to http://www.gnope.org/p/Dev_Inspector
It has many many new features and a much better internal structure.
Excerpt from the README:
| Code: | In its early days, Dev_Inspector just showed a list with classes,
another list with class methods and their parameters.
In the meantime, it still does this but more sophisticated,
and a big bunch of new functionality has been added.
Drag and Drop possible on nearly all widgets:
- Drop a file onto the class list and it will be loaded
if it's a php file - and you will be able to inspect
the class defined in the file instantly.
- Drop a classname (plain text) onto the class list. The
matching file (by PEAR standards, e.g. XML_RPC is defined in
XML/RPC.php) is loaded and the class selected, ready for inspection
- Drag the methods, constants and signals into your text editor -
useful code will be pasted there
User defined methods are marked with an asterik (*) in the list. You
can right-click on them to see where it is defined, and the docblock |
|
|