1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 17:56:01 +02:00

removed the displaying of the parents path segments for CFolder elements

This commit is contained in:
David Inglis 2004-10-01 14:48:22 +00:00
parent 23d71189d5
commit ad9cde0b51

View file

@ -419,9 +419,9 @@ public class CElementLabels {
if (rootQualified) { if (rootQualified) {
buf.append(container.getPath().makeRelative().toString()); buf.append(container.getPath().makeRelative().toString());
} else { } else {
if (resource != null) // if (resource != null)
buf.append(resource.getProjectRelativePath().toString()); // buf.append(resource.getProjectRelativePath().toString());
else // else
buf.append(container.getElementName()); buf.append(container.getElementName());
if (referencedQualified) { if (referencedQualified) {
buf.append(CONCAT_STRING); buf.append(CONCAT_STRING);