linking to and from Tracy panel

Notice: This thread is very old.
meridius
Member | 34
+
0
-

I don't know if I'm not trying to do something impossible. Anyway, while coding some simple Tracy panel I stumbled upon two problems:

  1. In my implementation of \Tracy\IBarPanel I need to generate link
  2. I need Nette to catch that link pointing towards a presenter located in vendor/

Please note, moving files to app/ is out of question while I want to distribute it through Composer.

So far I've tried to hardcode the link and modify nette.application.mapping, but given I have that presenter in custom namespace, Nette can't catch that.

Last edited by meridius (2014-09-03 23:21)