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

[gui] Wrap bugstep messages #3177

Merged
merged 1 commit into from
Feb 15, 2021

Conversation

csordasmarton
Copy link
Contributor

It is possible (for example in case of macro expansion) that the message of a bug step is very long. Previously we put the whole message into one line but it was very hard to read. For this reason with this patch we will break long messages.

Screenshot:

  • Before
    image

  • After
    image

It is possible (for example in case of macro expansion) that the message of
a bug step is very long. Previously we put the whole message into one line
but it was very hard to read. For this reason with this patch we will
break long messages.
@csordasmarton csordasmarton added GUI 🎨 usability 👍 Usability-related features labels Feb 3, 2021
@csordasmarton csordasmarton added this to the release 6.16.0 milestone Feb 3, 2021
@csordasmarton csordasmarton requested a review from bruntib February 3, 2021 12:51
Copy link
Contributor

@bruntib bruntib left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We may consider making this box collapsible in case of extreme long macro expansions if we meet any.

@bruntib bruntib merged commit 92dd7f1 into Ericsson:master Feb 15, 2021
@csordasmarton csordasmarton deleted the multiline_bugstep_messages branch March 10, 2021 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GUI 🎨 usability 👍 Usability-related features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants