Community
Participate
Working Groups
</factory>
<factory
class="org.eclipse.cdt.dsf.debug.internal.ui.actions.RetargettableActionAdapterFactory"
adaptableType="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.DisassemblyView">
adaptableType="org.eclipse.cdt.dsf.debug.internal.ui.disassembly.provisional.IDisassemblyPart">
<adapter type="org.eclipse.debug.ui.actions.IRunToLineTarget"/>
<adapter type="org.eclipse.cdt.debug.internal.ui.actions.IResumeAtLineTarget"/>
<adapter type="org.eclipse.cdt.debug.internal.ui.actions.IMoveToLineTarget"/>
}
initializeViewerFont(fViewer);
fDocument = createDocument();
fViewer.setDocument(fDocument, new AnnotationModel());
JFaceResources.getFontRegistry().addListener(fPropertyChangeListener);
createActions();
hookRulerContextMenu();
hookContextMenu();
});
fErrorColor = getSharedColors().getColor(new RGB(96, 0, 0));
fInstructionColor = getSharedColors().getColor(new RGB(0, 0, 96));
fSourceColor = getSharedColors().getColor(new RGB(64, 0, 80));