Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Functions with a lot of template parameters might fill whole screen #652

Closed
TomSmartBishop opened this issue Dec 19, 2018 · 3 comments
Closed
Labels

Comments

@TomSmartBishop
Copy link

I have some function calls with multiple template parameters that fill the whole screen. It would be better to use multiple lines or just '...' after some max len:

too_long

@egraether
Copy link
Contributor

So far we use ... for node names longer than 50 characters that are inactive. But as soon as a node gets activated we show the whole name.

I still think it makes sense to show more of the name for active nodes, but maybe we should start using ... after 100 characters. The tooltip will still show the whole name.

What do you think?

@egraether egraether added the bug label Dec 19, 2018
@TomSmartBishop
Copy link
Author

Sounds reasonable and certainly good enough for me. You can maybe consider a small arrow button (>) at the end to expand on demand (similar to the classes).

@egraether
Copy link
Contributor

Fixed with 2018.4.49

I decided to elide with ... after 100 characters for active node names. No arrow button to expand for now. Tooltip shows the whole name. We will see if users have complaints about that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants