build project view nodes in background

This commit is contained in:
Maxim.Mossienko
2016-10-19 18:07:03 +02:00
parent 6216ac6a32
commit c8d6122dd9
@@ -191,6 +191,11 @@ public class ProjectViewPane extends AbstractProjectViewPSIPane {
public boolean isShowExcludedFiles() {
return myShowExcludedFiles;
}
@Override
public boolean isToBuildChildrenInBackground(Object element) {
return true;
}
}
private final class ShowExcludedFilesAction extends ToggleAction implements DumbAware {