-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Use default color for ellipsed namespaces/paths #20679
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
Conversation
👍 I think it makes the class + method more readable ... but I 'd also prefer to not have the ellipsis 😄 |
714c6a7
to
56df574
Compare
I tend to agree with @javiereguiluz here. I don't think hidding the namespace is really worth it here |
@@ -380,7 +381,7 @@ function isCtrlKey(e) { | ||
display: inline-block; | ||
overflow: visible; | ||
text-overflow: ellipsis; | ||
width: 5em; | ||
max-width: 5em; |
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.
this is a bug fix actually
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.
shouldn't it go in older branches too ? Or is it only affecting 3.2 ?
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.
only 3.2, where ellipsis are introduced
56df574
to
ebc23cf
Compare
👍 |
…s (nicolas-grekas) This PR was merged into the 3.2 branch. Discussion ---------- [VarDumper] Use default color for ellipsed namespaces/paths | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #20669 | License | MIT | Doc PR | - Eases readability by helping the eye to focus more quickly on the class name and less on its namespace. And let' disable ellipses on the profiler panels, fixing #20669 meanwhile.  Commits ------- ebc23cf [VarDumper] Use default color for ellipsed namespaces/paths
…es/paths (nicolas-grekas) This PR was merged into the 3.2 branch. Discussion ---------- [VarDumper] Use default color for ellipsed namespaces/paths | Q | A | ------------- | --- | Branch? | 3.2 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | symfony#20669 | License | MIT | Doc PR | - Eases readability by helping the eye to focus more quickly on the class name and less on its namespace. And let' disable ellipses on the profiler panels, fixing symfony#20669 meanwhile.  Commits ------- ebc23cf [VarDumper] Use default color for ellipsed namespaces/paths
Eases readability by helping the eye to focus more quickly on the class name and less on its namespace.
And let' disable ellipses on the profiler panels, fixing #20669 meanwhile.