}
@Override
public IInformationPresenter getInformationPresenter(ISourceViewer sourceViewer) {
InformationPresenter informationPresenter = (InformationPresenter) super.getInformationPresenter(sourceViewer);
ScriptInformationProvider_Mod sip = new ScriptInformationProvider_Mod(getEditor()) {
@Override
protected IScriptEditorTextHover createImplementation() {
return new DeeDocTextHover();
}
};