Package org.eclipse.jface.text.revisions

Examples of org.eclipse.jface.text.revisions.IRevisionRulerColumn


        Activator.logError(
            "Error revealing line " + lineNumberToReveal, e); //$NON-NLS-1$
      }
    }

    IRevisionRulerColumn revisionRuler = AdapterUtils.adapt(editor,
        IRevisionRulerColumn.class);
    if (revisionRuler instanceof IRevisionRulerColumnExtension)
      ((IRevisionRulerColumnExtension) revisionRuler)
          .getRevisionSelectionProvider()
          .addSelectionChangedListener(
View Full Code Here

TOP

Related Classes of org.eclipse.jface.text.revisions.IRevisionRulerColumn

Copyright © 2018 www.massapicom. 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.