Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 413346 | Differences between
and this patch

Collapse All | Expand All

(-)a/core/plugins/org.eclipse.dltk.ui/src/org/eclipse/dltk/ui/text/ScriptOutlineInformationControl.java (-1 / +3 lines)
Lines 38-43 Link Here
38
import org.eclipse.dltk.ui.ScriptElementLabels;
38
import org.eclipse.dltk.ui.ScriptElementLabels;
39
import org.eclipse.dltk.ui.viewsupport.AppearanceAwareLabelProvider;
39
import org.eclipse.dltk.ui.viewsupport.AppearanceAwareLabelProvider;
40
import org.eclipse.dltk.ui.viewsupport.MemberFilter;
40
import org.eclipse.dltk.ui.viewsupport.MemberFilter;
41
import org.eclipse.dltk.ui.viewsupport.StyledDecoratingModelLabelProvider;
41
import org.eclipse.jface.action.Action;
42
import org.eclipse.jface.action.Action;
42
import org.eclipse.jface.action.IAction;
43
import org.eclipse.jface.action.IAction;
43
import org.eclipse.jface.action.IMenuManager;
44
import org.eclipse.jface.action.IMenuManager;
Lines 533-539 Link Here
533
		 * OverrideIndicatorLabelDecorator(null));
534
		 * OverrideIndicatorLabelDecorator(null));
534
		 */
535
		 */
535
536
536
		treeViewer.setLabelProvider(fInnerLabelProvider);
537
		treeViewer.setLabelProvider(new StyledDecoratingModelLabelProvider(
538
				fInnerLabelProvider));
537
539
538
		fLexicalSortingAction = new LexicalSortingAction(treeViewer);
540
		fLexicalSortingAction = new LexicalSortingAction(treeViewer);
539
		fSortByDefiningTypeAction = new SortByDefiningTypeAction(treeViewer);
541
		fSortByDefiningTypeAction = new SortByDefiningTypeAction(treeViewer);

Return to bug 413346