Package org.eclipse.php.internal.ui.editor

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

Related Classes of org.eclipse.php.internal.ui.editor.PHPPairMatcher

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.