mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 12:55:40 +02:00
Remove useless parentExpression from commonSorter, related to bug 270103
This commit is contained in:
parent
1605abc3d3
commit
1ed04e9cac
1 changed files with 0 additions and 10 deletions
|
@ -2662,16 +2662,6 @@
|
||||||
<commonSorter
|
<commonSorter
|
||||||
class="org.eclipse.cdt.ui.CElementSorter"
|
class="org.eclipse.cdt.ui.CElementSorter"
|
||||||
id="org.eclipse.cdt.ui.commonSorter">
|
id="org.eclipse.cdt.ui.commonSorter">
|
||||||
<parentExpression>
|
|
||||||
<or>
|
|
||||||
<instanceof value="org.eclipse.cdt.core.model.ICElement"/>
|
|
||||||
<instanceof value="org.eclipse.cdt.ui.CElementGrouping"/>
|
|
||||||
<and>
|
|
||||||
<instanceof value="org.eclipse.core.resources.IResource"/>
|
|
||||||
<test property="org.eclipse.core.resources.projectNature" value="org.eclipse.cdt.core.cnature"/>
|
|
||||||
</and>
|
|
||||||
</or>
|
|
||||||
</parentExpression>
|
|
||||||
</commonSorter>
|
</commonSorter>
|
||||||
<actionProvider
|
<actionProvider
|
||||||
class="org.eclipse.cdt.internal.ui.navigator.CNavigatorOpenActionProvider"
|
class="org.eclipse.cdt.internal.ui.navigator.CNavigatorOpenActionProvider"
|
||||||
|
|
Loading…
Add table
Reference in a new issue