Package org.eclipse.dltk.ui.text.completion

Examples of org.eclipse.dltk.ui.text.completion.ScriptContentAssistInvocationContext


    return super.getContextInformationAutoActivationCharacters();
  }
 
  @Override
  protected ContentAssistInvocationContext createContext(ITextViewer viewer, int offset) {
    return new ScriptContentAssistInvocationContext(viewer, offset, fEditor, getNatureId());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.dltk.ui.text.completion.ScriptContentAssistInvocationContext

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.