dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Bottom panel always stays around #378

Open aaronkavlie-wf opened 8 years ago

aaronkavlie-wf commented 8 years ago

With dartlang enabled, the editor has a permanent panel at the bottom stating "No issues." and the project name, even when I'm not working on dart code. There seems to be no way to close this.

(this is probably a separate issue) if I disable the dartlang plugin to attempt to get rid of the panel, I get an infinitely spinning dartlang job indicator cog, and the panel does not go away. I have to restart atom to get rid of it.

Version 0.4.7

devoncarew commented 8 years ago

Can you add the version of the plugin you're using?

Short-term, you can toggle the panel off in the plugin's settings, or click on the no errors status line contribution to hide and show the errors panel.

Long term the solution may be to hide the error panel for non-dart projects.

aaronkavlie-wf commented 8 years ago

Updated the original comment with plugin version.

Thanks for the short-term solutions, one of those will work.