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 137091 | Differences between
and this patch

Collapse All | Expand All

(-)ui/org/eclipse/jdt/internal/ui/javaeditor/BasicJavaEditorActionContributor.java (+5 lines)
Lines 220-225 Link Here
220
		action= getAction(textEditor, ITextEditorActionConstants.PREVIOUS);
220
		action= getAction(textEditor, ITextEditorActionConstants.PREVIOUS);
221
		actionBars.setGlobalActionHandler(ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION, action);
221
		actionBars.setGlobalActionHandler(ITextEditorActionDefinitionIds.GOTO_PREVIOUS_ANNOTATION, action);
222
		actionBars.setGlobalActionHandler(ITextEditorActionConstants.PREVIOUS, action);
222
		actionBars.setGlobalActionHandler(ITextEditorActionConstants.PREVIOUS, action);
223
		
224
		// XXX: Workaround for Platform UI bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=137091
225
		actionBars.setGlobalActionHandler(ITextEditorActionDefinitionIds.TOGGLE_SHOW_SELECTED_ELEMENT_ONLY, fTogglePresentation);
226
		actionBars.setGlobalActionHandler(IJavaEditorActionDefinitionIds.TOGGLE_MARK_OCCURRENCES, fToggleMarkOccurrencesAction);
227
		
223
	}
228
	}
224
229
225
	/*
230
	/*

Return to bug 137091