-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Title: Display Ellipses when content not displayed fully #6939
Conversation
@vince-fugnitto all trees should be reviewed |
@Anasshahidd21 can you squash your changes to a single commit preserving the appropriate commit message? |
d738aaa
to
310381f
Compare
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.
@Anasshahidd21 do you think you can handle the tree-view
contributed by plugins in this pull request as well? If you rebase this pull request against master you should pick up #6883 which adds some builtin VS Code extensions (like npm
)
310381f
to
64a60fd
Compare
@Anasshahidd21 ping when you're ready for another review :) |
4533978
to
cf973bf
Compare
cf973bf
to
60e1dd9
Compare
Fixes: eclipse-theia#6711. When the width of the navigator is reduced and the content cannot be displayed completely, then the file name should show ellipses, which currently is not displayed. Fixing one of the css property, fixed the issue. Signed-off-by: Muhammad Anas Shahid <muhammad.shahid@ericsson.com>
60e1dd9
to
09782b2
Compare
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.
It works well for both the explorer
and tree-views
contributed by plugins 👍
please merge |
What it does
Fixes: #6711
When the width of the navigator is reduced and the content cannot be displayed completely, then the file name should show ellipses, which currently is not displayed. Fixing one of the css property, fixed the issue.
How to test
Review checklist
Reminder for reviewers
Signed-off-by: Muhammad Anas Shahid muhammad.shahid@ericsson.com