mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
build project view nodes in background
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user