Examples of DiffRegion


Examples of org.eclipse.ui.internal.texteditor.quickdiff.DiffRegion

   * @param source the original document (left document) that this difference refers to
   * @return a <code>DiffRegion</code> corresponding to this difference
   */
  public DiffRegion getDiffRegion(List differences, IDocument source) {
    if (fRegion == null)
      fRegion= new DiffRegion(this, 0, differences, source);
    return fRegion;
  }
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.