davefu/presenter-link-panel

This panel generates links to open current presenter/template into your preferred text editor. (Author: Daniel Robenek)


Keywords
debugging, nette, component, presenter
License
MIT

Documentation

PresenterLinkPanel
------------------

Author: Daniel Robenek
License: MIT

Debug bar panel for Nette Framework
This panel generates links to open current presenter/template into your preffered text editor.
To file open into text editor is necessery to register handler, instruction how to setup could be found on http://wiki.nette.org/en/howto-editor-link .

Registration is prefered in bootstrap or base presenter:
	new \DebugPanel\PresenterLinkPanel($presenter);