steelbrain / linter-ui-default

Default UI for the Atom Linter package
MIT License
85 stars 47 forks source link

Setting to prevent panel activation on startup #660

Open GyozaGuy opened 2 years ago

GyozaGuy commented 2 years ago

This simply adds another setting called Create Panel On Start that, if checked, prevents the linter UI panel from being created automatically when Atom starts up or is refreshed.

The motivation behind this setting is to help keep the Atom panel clean when it is being used by other extensions. In my particular case, I use X Terminal quite a bit, and when I have multiple terminals open and restart Atom, I don't want the linter UI adding its own tab among my X Terminal tabs.