Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

intellij opens a "build output" window every time I type

I edit my Java code, and pretty much every time I type a character, IntelliJ tries to build my app and pops up a ``build output` window. This window eats up half the screen and steals focus, making IntelliJ unusable.

This just started happening; I don't know what I changed. How do I stop this?

this is intellij 2024.3.2.2

like image 682
Tony Ennis Avatar asked Nov 18 '25 07:11

Tony Ennis


1 Answers

The solutions in other similar questions suggesting project Preferences changes in Preferences --> Build, Execution, Deployment -> Compiler didn't help in my case.

I have an impression that the Build Output window started to popup after I accidentally clicked "Re-run automatically" on a Test configuration when running a particular JUnit test class:

enter image description here

I suspect that after that on every code change the test had to be run and for that the build had to be done and then its Build Output window poped up in case of any compiler errors (since without fixing them it is impossible to [auto] run the test).

like image 174
Sergey Shcherbakov Avatar answered Nov 20 '25 00:11

Sergey Shcherbakov



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!