Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Changed tooltip to expand all keybinding in OS X #14828

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

taylankasap
Copy link
Contributor

Expand all keybinding is Cmd+click in OS X

Expand all keybinding is Cmd+click in OS X
@stof
Copy link
Member

stof commented Jun 2, 2015

👍

@taylankasap
Copy link
Contributor Author

Though I failed to comply with pull request standards it's a small change, so you can just fix it with another commit. Sorry for the inconvenience.

@fabpot
Copy link
Member

fabpot commented Jun 2, 2015

ping @nicolas-grekas
Probably needs to be merged in 2.6 or 2.7?

@@ -119,6 +119,9 @@ protected function getDumpHeader()
addEventListener = function (e, n, cb) {
e.addEventListener(n, cb, false);
};

var isMac = navigator.platform.toUpperCase().indexOf('MAC') >= 0;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isMac temporary variable can be removed by merging this with the ternary check on the line below.
I'd also merge this new var declaration with the one above, eg. after idRx

@nicolas-grekas
Copy link
Member

Thank you @taylankasap, will be merged in #14855

fabpot added a commit that referenced this pull request Jun 4, 2015
… X (taylankasap)

This PR was merged into the 2.7 branch.

Discussion
----------

[VarDumper] Changed tooltip to expand-all keybinding in OS X

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #14828
| License       | MIT
| Doc PR        | -

Commits
-------

8809362 [VarDumper] Changed tooltip to expand-all keybinding in OS X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.