foowie / presenter-link-panel
This package is abandoned and no longer maintained.
The author suggests using the quinix/presenter-link-panel package instead.
There is no license information available for the latest version (dev-master) of this package.
This panel generates links to open current presenter/template into your preffered text editor. (Author: Daniel Robenek)
dev-master
2014-10-06 13:33 UTC
Requires
- php: >= 5.3.0
- nette/nette: >= 2.1.0
This package is auto-updated.
Last update: 2019-03-04 08:47:12 UTC
README
Please use maintained fork of this package: https://github.com/janlanger/PresenterLinkPanel 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);