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

Never close the diags panel automatically, and more #1525

Merged
merged 2 commits into from
Dec 13, 2020

Conversation

rwols
Copy link
Member

@rwols rwols commented Dec 12, 2020

Because the diags panel is never closed automatically, it makes little sense
to have it automatically open whenever there's an error/warning. So the
setting

auto_show_diagnostics_panel

is removed. Instead

auto_show_diagnostics_panel_level

is used to determine when to automatically open the panel on save. Put the
value 0 here to never open the panel.

I've also added a neutral "idle" message for when there are no diagnostics.

Because the diags panel is never closed automatically, it makes little sense
to have it automatically open whenever there's an error/warning. So the
setting

    auto_show_diagnostics_panel

is removed. Instead

    auto_show_diagnostics_panel_level

is used to determine when to automatically open the panel *on save*. Put the
value `0` here to never open the panel.

I've also added a neutral "idle" message for when there are no diagnostics.
plugin/core/windows.py Outdated Show resolved Hide resolved
@rwols rwols merged commit 4ab9774 into st4000-exploration Dec 13, 2020
@rwols rwols deleted the fix/dont-close-panel branch December 13, 2020 15:30
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

Successfully merging this pull request may close these issues.

2 participants