Examples of PHPPairMatcher


Examples of org.eclipse.php.internal.ui.editor.PHPPairMatcher

   */
  public PHPDocumentRegionEdgeMatcher() {
    super(new String[] { DOMRegionContext.XML_TAG_NAME,
        DOMRegionContext.XML_COMMENT_TEXT,
        DOMRegionContext.XML_CDATA_TEXT, DOMRegionContext.XML_PI_OPEN,
        DOMRegionContext.XML_PI_CONTENT }, new PHPPairMatcher(BRACKETS));
  }
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.