inspections: set default AnalysisUIOptions.ANALYSIS_IN_BACKGROUND = true

This commit is contained in:
Dmitry Batkovich
2016-02-17 14:22:43 +03:00
parent c406b2fb6d
commit a35c9c7d29
@@ -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() {