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:
parent
23d71189d5
commit
ad9cde0b51
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue