This extension point allows a plug-in to contribute
search result sorters to the (old) search result view's Sort
context menu.
This extension point is deprecated since 3.0. The search
result views are now contributed by clients and sorters
are directly managed by these pages.
The contributed class must implement org.eclipse.jface.viewers.ViewerSorter
Supplied Implementation:
The search infrastructure provides a sorter that sorts
the matches by the resource name.
Copyright (c) 2001, 2008 IBM Corporation and others.
This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0