// { //$NON-NLS-1$
return new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell parent) {
- return new DefaultInformationControl(parent, SWT.NONE,
- new HTMLTextPresenter(true), PHPDebugUiMessages
- .getString("JavaDebugHover.16")); //$NON-NLS-1$
+//incastrix
+ // return new DefaultInformationControl(parent, SWT.NONE,
+// new HTMLTextPresenter(true), PHPDebugUiMessages
+// .getString("JavaDebugHover.16")); //$NON-NLS-1$
+ return new DefaultInformationControl(parent, PHPDebugUiMessages.getString("JavaDebugHover.16"),
+ new HTMLTextPresenter(true));
}
};
// }
PreferenceConstants.EDITOR_SHOW_TEXT_HOVER_AFFORDANCE)) { //$NON-NLS-1$
return new IInformationControlCreator() {
public IInformationControl createInformationControl(Shell parent) {
- return new DefaultInformationControl(parent, SWT.NONE,
- new HTMLTextPresenter(true), PHPDebugUiMessages
- .getString("PHPDebugHover.16")); //$NON-NLS-1$
+//incastrix
+ // return new DefaultInformationControl(parent, SWT.NONE,
+// new HTMLTextPresenter(true), PHPDebugUiMessages
+// .getString("PHPDebugHover.16")); //$NON-NLS-1$
+ return new DefaultInformationControl(parent, PHPDebugUiMessages.getString("JavaDebugHover.16"),
+ new HTMLTextPresenter(true));
}
};
}