.addSummarizableAnnotationType("org.cfeclipse.cfml.occurrenceAnnotation");
this.fProjectionSupport.setHoverControlCreator(new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell shell) {
IInformationControl returnIInformationControl = new DefaultInformationControl(
shell);
return returnIInformationControl;
}
});
this.fProjectionSupport.install();