Can I disable the "IDE error" balloon?
# intellij
m
Can I disable the "IDE error" balloon?
I've tried every option there but it still keep coming up
a
Nothing official. It drives me crazy too. I wrote a plugin that automatically dismisses the pop up https://plugins.jetbrains.com/plugin/25023-problem-ignorer
🙏 2
lol 1
m
"Problem Ignorer" I love that name! Thanks!
thank you color 1
a
Actually the errors should be shown in EAPs only (also Preview, Betas, etc) but not on releases until you specify internal flags. Do you use only EAPs or do you see errors in releases?
m
Oh I'm always on EAP
k
Just to add another statistic to this from my experience: I only use full releases, and yet I also see this message from time to time. It's usually when I change from one project to another. It may be due to a plugin but I'm not sure.
m
The behavior (of only showing EAP errors) makes sense I guess but the fact that there's a non-working setting doesn't I guess
a
It was the case before with kotlin plugin which manifested itself as EAP. But starting from 25.2 you should not see ex popup on release. And if you use EAP, it would be actually very helpful to see the reports...
m
I am working on a compiler plugin so I'm the source of those errors 😄
I just don't want other people to know 🫣
And I thought this was possible given there is a setting that says "do not show again"
c
it would be actually very helpful to see the reports...
Do you have any tips on what would be useful information to add there? Usually I end up just writing "opening the project" because they immediately appear. Maybe an to silently auto-report would be useful?
m
I just click "report & clear" ^^ I hope someone reads them
I also hope the team has some filters because sometimes I can send dozens at once
a
We have pattern matched groups of exceptions and, frankly speaking, pay more attention to bigger groups. In most cases, no additional information is needed. With submit all silently there is a problem: that sometimes we would love to have some code where the exception happened but without explicit consent we can't send it 🤷‍♀️
a
fwiw if you submit reports with an account then you can login to https://ea.jetbrains.com/ and see all submitted reports, and it shows the status and if they are fixed
👀 2
c
oh well
a
I don't think that the data is/would be available here for new builds...
today i learned 1
c
Yeah these are quite old versions
a
I am not 100% sure but I hope there would be some new solution. Now we don't have any AFAIK
c
Honestly personally as long as they are fixed, I don't really mind if I can view them or not. When I do really care about a problem and I have a reproducer I make it a proper YouTrack ticket, the only reports I make like this is when it's an exception thrown within the IDE
thank you color 2