Examples of showRevisionInformation()


Examples of org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.showRevisionInformation()

    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());
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.