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

Show the most severe message in status line and icon #65

Open
ykvch opened this issue Feb 1, 2017 · 0 comments
Open

Show the most severe message in status line and icon #65

ykvch opened this issue Feb 1, 2017 · 0 comments

Comments

@ykvch
Copy link

ykvch commented Feb 1, 2017

Feature request

Situation: Multiple pylint errors are detected on the same line (e.g. C0321 and E0602 ).
Rationale: It is usually more important to see Error over Warning or "line too long" message.

Actual behaviour: Single unsorted severity message is shown (usually this is the lowest severity, e.g C0321 instead of E0602).

Desired behaviour: Pick one message to show in the following order

  1. any E???? error
  2. any W???? warning
  3. any other type of message

OR list all of them (starting with the most severe one) in status-line using some special icon to indicate that multiple errors appear on the same line.

Workaround available: Use ctrl+alt+c to see drop-down with all messages (not very handy though for delivering in-place alerts).

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

No branches or pull requests

1 participant