Got rid of grouping files and classes in project view when they appear on the same level.
This commit is contained in:
@@ -83,4 +83,9 @@ public class JetClassOrObjectTreeNode extends AbstractPsiBasedNode<JetClassOrObj
|
|||||||
|
|
||||||
return super.canRepresent(element) || canRepresentPsiElement(getValue(), element, getSettings());
|
return super.canRepresent(element) || canRepresentPsiElement(getValue(), element, getSettings());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public int getWeight() {
|
||||||
|
return 20;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user