BlameInformationControlCreator creator = new BlameInformationControlCreator(
rulerInfo);
info.setHoverControlCreator(creator);
info.setInformationPresenterControlCreator(creator);
editor.showRevisionInformation(info,
"org.eclipse.egit.ui.internal.decorators.GitQuickDiffProvider"); //$NON-NLS-1$
if (lineNumberToReveal >= 0) {
IDocument document = editor.getDocumentProvider().getDocument(
editor.getEditorInput());