diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index a8d17c63d64..705d66068fa 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,8 @@ +2003-02-20 Andrew Niefer + bug 52567 + change the extension IDs for the C Search sorters to avoid conflict with the JDT + check for nulls in PathNameSorter.compare + 2004-02-18 Alain Magloire Remove deprecated Eclipse-2.0 api calls diff --git a/core/org.eclipse.cdt.ui/plugin.xml b/core/org.eclipse.cdt.ui/plugin.xml index 47d14f34506..6af11e5bd12 100644 --- a/core/org.eclipse.cdt.ui/plugin.xml +++ b/core/org.eclipse.cdt.ui/plugin.xml @@ -456,7 +456,7 @@ icon="icons/full/clcl16/search_sortmatch.gif" tooltip="%ElementNameSorter.tooltip" class="org.eclipse.cdt.internal.ui.search.ElementNameSorter" - id="org.eclipse.search.internal.ui.ElementNameSorter"> + id="org.eclipse.cdt.search.internal.ui.ElementNameSorter"> + id="org.eclipse.cdt.search.internal.ui.ParentNameSorter"> + id="org.eclipse.cdt.search.internal.ui.PathNameSorter">