mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
even the simple non-internal users may want to look at the idea config files (e.g. to see their history)
This commit is contained in:
@@ -97,11 +97,7 @@ public class FilenameIndex extends ScalarIndexExtension<String> {
|
||||
|
||||
private static class MyInputFilter implements FileBasedIndex.InputFilter {
|
||||
public boolean acceptInput(final VirtualFile file) {
|
||||
if (((ApplicationEx)ApplicationManager.getApplication()).isInternal()) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return !ProjectUtil.isProjectOrWorkspaceFile(file);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user