-
Notifications
You must be signed in to change notification settings - Fork 28
1552 variability improve handling of root constraints with grouping #1574
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
1552 variability improve handling of root constraints with grouping #1574
Conversation
|
UX finding: Placing the cursor at the end of a constraint in a group and pressing return will create a new constraint line directly below. However, this does not work for the last constraint in the group. |
This is one of the UX findings that I already pointed out in our discussion a few days ago. It is probably not easy to fix as this behavior originates from the underlying query lists. I.e., this UX issue is not caused by the updates of this PR. |
Further possibilities would be |
I like this one best. |
|
|
Pls. remember to update CHANGELOG.md. |
|
Minor code finding: In intention |
8628245 to
f8083ac
Compare
kbirken
left a comment
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.
Looks good, thanks for the improvements for grouped root constraints. This will help the users by avoiding merge conflicts.
The code finding and the tests in preparation should be provided in a follow-up PR.
…dling-of-root-constraints-with-grouping
|
You need to run a |


This solves #1552.