= A plugin to aid in the development of Trac plugins = == Description == The purpose of this plugin is to provide useful information to Trac plugin developers. Currently this includes: - A plugin registry browser which lets you inspect the relationships between ''all'' active plugin components and interfaces. - A template context data inspector that you can use to drill-down into the data provided to a template by any request handler. - API documentation popups for the above. == Bugs/Feature Requests == Existing bugs and feature requests for TracDeveloperPlugin are [report:9?COMPONENT=TracDeveloperPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracDeveloperPlugin&owner=athomas new ticket]. == Download == Download the zipped source from [download:tracdeveloperplugin here]. == Source == You can check out TracDeveloperPlugin from [http://trac-hacks.org/svn/tracdeveloperplugin here] using Subversion, or [source:tracdeveloperplugin browse the source] with Trac. == Installation == Follow standard procedure {{{ svn co http://trac-hacks.org/svn/tracdeveloperplugin/trunk/ tracdeveloperplugin cd tracdeveloperplugin python setup.py bdist_egg cp dist/*.egg ../TRAC_ENV/plugins cd .. }}} == Screenshots == === The plugin registry page === [[Image(registry.png,100%)]] === The template context debugger === [[Image(debugger.png,100%)]] == Recent Changes == [[ChangeLog(tracdeveloperplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:athomas] [[BR]] '''Maintainer:''' ''none'' [[BR]] '''Contributors:''' [wiki:cmlenz]