turn off auto build when window losts focus
Answered
Hi, can somebody tell me how to turn off automatic build of project when IntelliJ window losts focus?
I'm swithcing to another windows frequently and IntelliJ always starts to build the project.
I'm aware of this post:
but I have no "Build on frame deactivation" option in my Project Structure (IntelliJ IDEA Ultimate 2019.2)
Thank You!
Please sign in to leave a comment.
Do you have any app server configuration with the option to update on frame deactivation?
Did you customize any registry options related to the compiler? See https://intellij-support.jetbrains.com/hc/en-us/community/posts/360003437400-How-can-I-speed-up-compilation-Java-Kotlin-?page=1#community_comment_360000644679.
Thank you Serge, that was it! Cool! Have a nice day!