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

status-bar tabs lose configuration after Atom restart #663

Closed
JeanMertz opened this issue Jun 29, 2015 · 1 comment
Closed

status-bar tabs lose configuration after Atom restart #663

JeanMertz opened this issue Jun 29, 2015 · 1 comment

Comments

@JeanMertz
Copy link

screen shot 2015-06-29 at 08 38 46

The above picture shows my current configuration.

This works as expected:

  • no tabs are shown at the status-bar
  • no inline tooltip
  • error is shown in bottom error pannel when I move my cursor to a line with an error

After restarting Atom, the following happens:

screen shot 2015-06-29 at 08 44 10

  • configuration is still exactly the same as above
  • the same error is shown as if it was on the active line, however that line isn't active, and in fact that file isn't active.
  • it looks like it is showing "project wide" errors, however it is not, since the filename isn't appended to the error message, which it normally is in project-wide errors.

Only way to fix this:

  • enable "show line tab in error panel"
  • click on "Line 0" button to enable it
  • disable "show line tab in error panel"
  • things now work as expected again
@steelbrain
Copy link
Owner

A fix is up in #664

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

Successfully merging a pull request may close this issue.

3 participants