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

Long exception messages look bad in Terminal #32

Open
mottosso opened this issue May 22, 2016 · 1 comment
Open

Long exception messages look bad in Terminal #32

mottosso opened this issue May 22, 2016 · 1 comment
Labels

Comments

@mottosso
Copy link
Member

Problem

When passing a long description of an exception, the expanded version of an item in the Terminal draws badly.

image

Suggested solution

The Terminal delegate does not take into account the length of the data it includes in an expanded item. We'll need to parse the information and determine their actual sized. We may also take this opportunity to lay them out a bit nicer.

@mottosso mottosso added the bug label May 22, 2016
@mottosso
Copy link
Member Author

mottosso commented May 30, 2016

Expanding items were replaced by middle-click details view, but the problem still remains.

image

Formatting long strings, especially docstrings, is a tricky subject.

tokejepsen pushed a commit to tokejepsen/pyblish-lite that referenced this issue May 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant