mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspections: set default AnalysisUIOptions.ANALYSIS_IN_BACKGROUND = true
This commit is contained in:
@@ -50,7 +50,7 @@ public class AnalysisUIOptions implements PersistentStateComponent<AnalysisUIOpt
|
||||
public boolean SHOW_ONLY_DIFF = false;
|
||||
public boolean SHOW_STRUCTURE = false;
|
||||
|
||||
public boolean ANALYSIS_IN_BACKGROUND = false;
|
||||
public boolean ANALYSIS_IN_BACKGROUND = true;
|
||||
|
||||
public AnalysisUIOptions() {
|
||||
myAutoScrollToSourceHandler = new AutoScrollToSourceHandler() {
|
||||
|
||||
Reference in New Issue
Block a user