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

linter-ui-default not working since upgrading Atom #522

Open
jwicksnin opened this issue Nov 1, 2018 · 10 comments
Open

linter-ui-default not working since upgrading Atom #522

jwicksnin opened this issue Nov 1, 2018 · 10 comments

Comments

@jwicksnin
Copy link

I upgraded Atom today to 1.32.1 and no longer see any of the linting. I've tried apm uninstall linter-ui-default, apm install linter-ui-default multiple times, tried restarting Atom multiple times, and attempted to set config like

"linter-ui-default":
    showPanel: true 

or (this appears to be the default)

"linter-ui-default": {}

without success.

Previously, I had Hide panel when empty, show decorations, show status bar, show tooltip enabled and they all worked. Now, none of them work, not even the gutter underlining. Any ideas?

@trusktr

This comment has been minimized.

@trusktr

This comment has been minimized.

@trusktr

This comment has been minimized.

@trusktr

This comment has been minimized.

@AlexWayfer
Copy link

Since upgrading I have linter pane as tab, and nothing at bottom:

image

Is this repo maintained?

@AlexWayfer

This comment has been minimized.

@Arcanemagus
Copy link
Collaborator

@jwicksnin and @AlexWayfer:

  • Are you seeing any errors in the Developer Tools Console?
  • Are you sure that you have a provider enabled for the document you are on?
    • You can check this by running Linter: Debug from the Command Palette
  • Is that provider returning any errors?

@AlexWayfer
Copy link

Are you seeing any errors in the Developer Tools Console?

No.

Are you sure that you have a provider enabled for the document you are on?

Yes.

Is that provider returning any errors?

Yes.


I see correct errors at Linter tab, but somewhy it opens as tab in the same pane instead of bottom.

@Arcanemagus
Copy link
Collaborator

I see correct errors at Linter tab, but somewhy it opens as tab in the same pane instead of bottom.

The linter-ui-default Pane is implemented as a Dock item, meaning you can drag it anywhere you want. You can simply drag it back into the bottom (or side) Dock if that's where you want it.

@AlexWayfer
Copy link

The linter-ui-default Pane is implemented as a Dock item, meaning you can drag it anywhere you want. You can simply drag it back into the bottom (or side) Dock if that's where you want it.

Oh… I found it. Bottom pane and Dock are different things. And I can drag a tab into Dock. Thanks!

It works for me now.

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

No branches or pull requests

4 participants