Package org.cfeclipse.cfmledit.editor.partitioner

Examples of org.cfeclipse.cfmledit.editor.partitioner.CFMPartitionScanner


    IDocument document = super.createDocument(element);
    if (document != null){
    //Attach the partitioner for .cfm files. looks for and comments tags mainly
    IDocumentPartitioner cmfPartitioner =
        new FastPartitioner(
        new CFMPartitionScanner(),
        new String[]{
          CFMPartitionScanner.CF_COMMENT
        }
        );
   
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfmledit.editor.partitioner.CFMPartitionScanner

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.