Package org.cfeclipse.cfml.editors.contentassist

Examples of org.cfeclipse.cfml.editors.contentassist.CFMLVariableAssist


    camInstance.registerRootAssist(new CFMLComponentAssist());
    // //finds the components in a project, removed as we might use a new
    // CFML Varscope parser
    // finds the arguments in a cfc that you are talking about
    camInstance.registerRootAssist(new CFMLVariableAssist());
    // template assist
    camInstance.registerRootAssist(new TemplateAssist());

    camInstance.registerTagAssist(cfmlAssistor);
    camInstance.registerAttributeAssist(cfmlAssistor);
View Full Code Here

TOP

Related Classes of org.cfeclipse.cfml.editors.contentassist.CFMLVariableAssist

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.