mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +02:00
don't show children for include/macros
This commit is contained in:
parent
cb7eb62a66
commit
d3e35385a3
1 changed files with 3 additions and 0 deletions
|
@ -287,6 +287,9 @@ public class CPElement {
|
|||
return new Object[] { findAttributeElement(EXCLUSION)};
|
||||
case IPathEntry.CDT_LIBRARY:
|
||||
return new Object[] { findAttributeElement(SOURCEATTACHMENT) };
|
||||
case IPathEntry.CDT_INCLUDE:
|
||||
case IPathEntry.CDT_MACRO:
|
||||
return new Object[0];
|
||||
}
|
||||
return fChildren.toArray();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue