mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-148928 Form classes group is not highlighted in Project View
This commit is contained in:
@@ -76,6 +76,16 @@ public class FormNode extends ProjectViewNode<Form>{
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean shouldPostprocess() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean someChildContainsFile(VirtualFile file) {
|
||||
return contains(file);
|
||||
}
|
||||
|
||||
public void navigate(final boolean requestFocus) {
|
||||
getValue().navigate(requestFocus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user