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

Added pmarker sorting by owner #9211

Merged
merged 1 commit into from
Mar 18, 2021

Conversation

JonasHelming
Copy link
Contributor

@JonasHelming JonasHelming commented Mar 16, 2021

fixed #6572

Signed-off-by: Jonas Helming [email protected]

What it does

adds sorting by owner to problem markers (after severity, line and column

How to test

See also here: #6572 (comment)

Review checklist

Reminder for reviewers

Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

@JonasHelming thank you for taking the time to improve the sorting. I only have minor comments about formatting and cleanup. Do you also mind updating the commit, we never referred to problem markers as pmarker and it may be confusing to others.

Suggestion:

problems: add fallback marker sort based on 'owner'

Fixes: #6572

The following commit adds an additional problem marker sort based on 'owner` as a fallback to 'severity', 'line number' and 'column number'.

@vince-fugnitto vince-fugnitto added enhancement issues that are enhancements to current functionality - nice to haves markers issues related to problem markers problems issues related to the problems widget labels Mar 16, 2021
@JonasHelming
Copy link
Contributor Author

@vince-fugnitto : Thank you for the review, I took all suggestions!

Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

I have minor comments, I was unable to produce the secondary owner marker with the example project you provided, what did you do to turn on 'Parsing error has been set for....' in your .gif?

Fixes: eclipse-theia#6572

The following commit adds an additional problem marker sort based on 'owner` as a fallback to 'severity', 'line number' and 'column number'.Added pmarker sorting by owner

Signed-off-by: Jonas Helming <[email protected]>
@JonasHelming
Copy link
Contributor Author

@JonasHelming thank you for taking the time to improve the sorting. I only have minor comments about formatting and cleanup. Do you also mind updating the commit, we never referred to problem markers as pmarker and it may be confusing to others.

Suggestion:

problems: add fallback marker sort based on 'owner'

Fixes: #6572

The following commit adds an additional problem marker sort based on 'owner` as a fallback to 'severity', 'line number' and 'column number'.

done

@JonasHelming
Copy link
Contributor Author

I have minor comments, I was unable to produce the secondary owner marker with the example project you provided, what did you do to turn on 'Parsing error has been set for....' in your .gif?

I started a Gitpod workspace with the Eclipse Theia code base and launched the example product from there which accesses the example problems workspace.

@JonasHelming
Copy link
Contributor Author

All comments should be addressed, thanks for the review!

Copy link
Member

@vince-fugnitto vince-fugnitto left a comment

Choose a reason for hiding this comment

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

Thank you 👍

@JonasHelming JonasHelming merged commit e853831 into eclipse-theia:master Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement issues that are enhancements to current functionality - nice to haves markers issues related to problem markers problems issues related to the problems widget
Projects
None yet
Development

Successfully merging this pull request may close these issues.

problems: update problem marker sorting (severity, line, column number)
3 participants