Package org.eclipse.wst.xml.ui.internal.contentassist

Examples of org.eclipse.wst.xml.ui.internal.contentassist.ReplaceNameTemplateContext


    // pretty much same code as super.createContext except create
    // SmartReplaceTemplateContext
    TemplateContextType contextType = getContextType(viewer, region);
    if (contextType != null) {
      IDocument document = viewer.getDocument();
      return new ReplaceNameTemplateContext(contextType, document, region.getOffset(), region.getLength(), offset);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.wst.xml.ui.internal.contentassist.ReplaceNameTemplateContext

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.