atom-haskell / ide-haskell

Haskell IDE plugin for Atom editor
https://atom.io/packages/ide-haskell
Other
233 stars 30 forks source link

Using `linter` for displaying errors #211

Closed Kwarrtz closed 7 years ago

Kwarrtz commented 7 years ago

I'm not a huge fan of the current ide-haskell output panel and would prefer it if the package would use the linter interface for displaying error messages, both to decrease clutter on my screen and to be more consistent with my set-ups for other languages. Looking at this page it seems that something approaching this functionality can be achieved by setting the messageDisplayFrontend parameter in the package settings. However, I haven't been able to find any such parameter. Am I missing something? Or is the documentation out of date? If it is, is there another way to achieve the same result? And finally, if not, can such a feature be added?

lierdakil commented 7 years ago

image ... image

NB: you need Atom 1.19

Kwarrtz commented 7 years ago

Ah, thank you, that seems to have fixed the issue. I didn't even realize it was out of date.