mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
removed the displaying of the parents path segments for CFolder elements
This commit is contained in:
parent
23d71189d5
commit
ad9cde0b51
1 changed files with 3 additions and 3 deletions
|
@ -419,9 +419,9 @@ public class CElementLabels {
|
|||
if (rootQualified) {
|
||||
buf.append(container.getPath().makeRelative().toString());
|
||||
} else {
|
||||
if (resource != null)
|
||||
buf.append(resource.getProjectRelativePath().toString());
|
||||
else
|
||||
// if (resource != null)
|
||||
// buf.append(resource.getProjectRelativePath().toString());
|
||||
// else
|
||||
buf.append(container.getElementName());
|
||||
if (referencedQualified) {
|
||||
buf.append(CONCAT_STRING);
|
||||
|
|
Loading…
Add table
Reference in a new issue