Skip to content
Snippets Groups Projects
Commit adde402f authored by Johannes Mey's avatar Johannes Mey
Browse files

remove location from named elements

parent 58854dab
Branches
Tags
1 merge request!5Resolve "Structure View Support"
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
......@@ -38,11 +38,6 @@ public abstract class GrammarNamedElementImpl extends ASTWrapperPsiElement imple
return getName();
}
@Override
public String getLocationString() {
return getContainingFile().getName();
}
@Override
public Icon getIcon(boolean unused) {
return JastAddIcons.FILE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment