Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Documented the local search box for dumped contents#7401
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
ogizanagi commentedJan 22, 2017
New keyboard shortcuts were added insymfony/symfony#21238 in order to navigate between found occurrences, replicating browsers behavior. |
components/var_dumper.rst Outdated
| If the dumped contents are complex, consider using the local search box to | ||
| look for specific variables or values. First, click anywhere on the dumped | ||
| contents and then press ``Ctrl. + F`` or ``Cmd. + F`` to make the local |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think Sphinx is supposed to support keystrokes sequences:http://www.sphinx-doc.org/en/stable/markup/inline.html#role-kbd
What would it look like with this?
ogizanagi commentedJan 24, 2017
👍 Thanks :) Status: Reviewed |
xabbuh commentedJan 31, 2017
Thank you Javier. |
Thisfixes#7381.