How to compile modified files only…

Index


Build/Rebuild Dirty or the appropriate shortcut menu option now compiles only the modified files in the project. This is done by scanning all the project Java files to check the timestamp of the source file and the compiled file to identify the modified Java files only. This option can be enabled to run automatically before running an app by checking the field "Check project for dirty files…" under Customize/Editor Options. The command is issued once for all the modified files from the project directory.