clear output dir on rebuild is true by default (fed up with complaints about compiler errors in 'green' sources)

This commit is contained in:
Eugene Zhuravlev
2009-10-27 00:23:56 +03:00
parent 3989f4efd7
commit 4c7ba40579
@@ -40,7 +40,7 @@ public class CompilerWorkspaceConfiguration implements PersistentStateComponent<
public boolean AUTO_SHOW_ERRORS_IN_EDITOR = true;
@Deprecated public boolean CLOSE_MESSAGE_VIEW_IF_SUCCESS = true;
public boolean COMPILE_DEPENDENT_FILES = false;
public boolean CLEAR_OUTPUT_DIRECTORY = false;
public boolean CLEAR_OUTPUT_DIRECTORY = true;
public boolean ASSERT_NOT_NULL = true;
public static CompilerWorkspaceConfiguration getInstance(Project project) {