Package org.jboss.ide.eclipse.freemarker.model

Examples of org.jboss.ide.eclipse.freemarker.model.CompletionMacroInstance


                      (IResource) editor.getFile());
                  return completionDirective
                      .getCompletionProposals(offset,
                          context);
                } else if (c2 == LexicalConstants.AT) {
                  CompletionMacroInstance completionMacroInstance = new CompletionMacroInstance(
                      editor.getItemSet(), editor
                          .getDocument().get(i,
                              offset - i), i,
                      editor.getFile());
                  return completionMacroInstance
                      .getCompletionProposals(offset,
                          context);
                } else if (c2 == LexicalConstants.SLASH) {
                  if (editor.getDocument().getLength() < i + 3
                      || editor.getDocument().getChar(
View Full Code Here

TOP

Related Classes of org.jboss.ide.eclipse.freemarker.model.CompletionMacroInstance

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.