editorconfig / editorconfig-jetbrains

A JetBrains IDE plugin supporting the EditorConfig standard
MIT License
291 stars 21 forks source link

Remove popup #55

Closed adam-lynch closed 10 years ago

adam-lynch commented 10 years ago

I find this popup to be very annoying:

image

Sometimes it even shows it for each file, so I could see like 6 popups appear at once.

I expect it to be working, it should only pop up when there's a problem (like if I give a bad value for a field, etc.)

I'm using IntelliJ Ultimate 14 on Windows 8.1.

denofevil commented 10 years ago

Fixed with JetBrains/intellij-community@507aaad51ea9248ad0d71f18dd1f32bd73d199b2

adam-lynch commented 10 years ago

Thanks. When will this change be out there? How do I get it? From the JetBrains plugin repo / editorconfig.org?

denofevil commented 10 years ago

It will be available in IDEA Ultimate 14.0.2 or 14.0.3 automatically. In the meanwhile you can just disable notification in Settings | Appearance & Behavior | Notifications

adam-lynch commented 10 years ago

Thanks :+1: