Very annoying and irritating build output behavior in IntelliJ 2023.2

已回答

I am using intellij as my IDE for my spring-boot gradle project build. But this irritating and annoying behavior, I am describing below started recently ( may be couple of updates back ) and I don't understand what kind of thought process went into incorporating this into intellij. 

So whenever I make a small change in the Spring java file I am working on, imediately the build runs ( which is fine and most IDEs support this ) but it suddenly opens build-output window and the file I am working on gets scrolled back all the way to the top. This happens for whatever small change I make. And sometimes it is so fast, that when I am not done typing, the top part of the file gets  overwritten since the file gets scrolled to the top. Now since the file is scrolled all the way to the top and you may have overwritten part of it, you need to first fix it and then find where were you, go there and start working on it and again it goes back to the top.

This is so annoying and irritating. I think you guys should fix this or atleast post some workaround so this doesn't happen. 

3

Hello, William!

Thank you for reporting this!

May I ask you to share a brief screencast demonstrating the issue and, if you have a Run/Debug Configuration active when this behavior occurs, a screenshot of the Run/Debug Configuration?

As a workaround try disabling the Build project automatically option (Settings / Preferences → Build, Execution, Deployment → Compiler → Build project automatically).

 

0

Hi,

I have the same problem, it started today and its increadibly annoying, I checked “build project automatically” and it was disabled for me. Is there anything else that can cause this?

0

Sajedeh Panahi Could you share a brief screencast demonstrating the issue and, if you have a Run/Debug Configuration active when this behavior occurs, a screenshot of the Run/Debug Configuration?

You can share the screencast privately via our uploads service, in that case, please let me know the upload ID.

0

If you removed that yellow highlighted configuration from your app Launcher configuration it will work. if your build is keep triggering that will resolve.

1

请先登录再写评论。