mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
clear output dir on rebuild is true by default (fed up with complaints about compiler errors in 'green' sources)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user