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