rust-lang / rust-enhanced

The official Sublime Text 4 package for the Rust Programming Language
MIT License
780 stars 104 forks source link

[Feature request] Hide panel every after checks #504

Open CarterSnich opened 1 year ago

CarterSnich commented 1 year ago

Sublime Text Version

Sublime Text 3 (Build 4143)

Rust Enhanced Version

2.25.0

Operating system

A good example is: OS: Manjaro Linux 5.15.85-1 Version: KDE Plasma 5.26.4

Expected behavior

Add an option to prevent showing the panel after checking for syntax/errors/warnings. When there are warnings and I just wanna save the file, it's annoying when the panel appears. I have to close it every time. But I want to still check for warnings. The squiggly lines, the gutter images, and hovering with the mouse to check the error/warning message are enough. Or, also manually opening the panel is also good for a much clearer view of the messages.

Actual behavior

Every after checks, the panel appears.

Steps to reproduce

  1. Edit a file.
  2. Save the file.
  3. The panel appears.