Skip to content
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

Add title to tree element #161

Open
JulienChavee opened this issue Apr 12, 2017 · 0 comments
Open

Add title to tree element #161

JulienChavee opened this issue Apr 12, 2017 · 0 comments

Comments

@JulienChavee
Copy link

JulienChavee commented Apr 12, 2017

When you have functions or variables that have too long names this one isn't showed completely.

A rapid fix for me was to update the lib/tree-view.coffee file:
@li class: 'list-nested-item list-selectable-item', title: label, =>
and
@li class: 'list-item list-selectable-item', title: label, =>

but has I'm not expert with coffee script I'm not sure this solution is good/enough for all cases.

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

No branches or pull requests

1 participant