Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[VarDumper] Add LinkStub to create links in HTML dumps#19816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
97bd54c to2b5d642Comparefabpot commentedSep 1, 2016
Thank you@nicolas-grekas. |
… (nicolas-grekas)This PR was merged into the 3.2-dev branch.Discussion----------[VarDumper] Add LinkStub to create links in HTML dumps| Q | A| ------------- | ---| Branch? | master| New feature? | yes| Tests pass? | yes| License | MITThis builds on top of#19797 & adds a new `LinkStub` to inform HtmlDumper about values that can be dumped as html links.Note in the screenshot:- the "file" item has ellipsis,- the browser displays the target at the bottomCommits-------2b5d642 [VarDumper] Add LinkStub to create links in HTML dumps
flip111 commentedSep 5, 2016
@nicolas-grekas how can you choose the link as |
nicolas-grekas commentedSep 5, 2016
You give the template to HtmlDumper, e.g.: Will be done by default once#19807 is merged for Symfony Standard Edition users. |
flip111 commentedSep 5, 2016
I like Sublime Text, but why make this editor the default ? |
nicolas-grekas commentedSep 5, 2016
Where is it the default? |
flip111 commentedSep 5, 2016
Where? I thought you were just saying it was to become the default ... o_O |
nicolas-grekas commentedSep 5, 2016
I inlined the |
flip111 commentedSep 5, 2016
Oh that's nice :) |
This builds on top of#19797 & adds a new
LinkStubto inform HtmlDumper about values that can be dumped as html links.Note in the screenshot: