IntelliJ "Executing pre-compile tasks...:" -
i working on large project using intellij 14.1
latest.
recently, whenever stop editing minute or so, intellij freezes several minutes message "executing pre-compile tasks...:
" followed message "all files up-to-date
".
any idea causing behavior , can prevent it?
your problem becasue 2 things:
- in source code have pre-compile
script.
- intellij idea build project automaticaly when ide idle.
solution:
choose menu
file \ settings...
or press combine keys: ctrl+alt+s.choose
build, execution, deployment
\compiler
, uncheck itemmake project autimatically (only work while not running / debugging)
or type in search box @ top-left corner, search keyword above.
Comments
Post a Comment