1) Reintroduced PHPPerspectiveFactory (was lost with refactoring).
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / text / java / hover / SourceViewerInformationControl.java
index d2760fc..9ec2472 100644 (file)
@@ -272,9 +272,9 @@ public class SourceViewerInformationControl implements IInformationControl,
         *            <code>null</code> if the status field should be hidden
         * @since 3.0
         */
-       public SourceViewerInformationControl(Shell parent, String statusFieldText) {
-               this(parent, SWT.NONE, statusFieldText);
-       }
+//     public SourceViewerInformationControl(Shell parent, String statusFieldText) {
+//             this(parent, SWT.NONE, statusFieldText);
+//     }
 
        /*
         * @see org.eclipse.jface.text.IInformationControlExtension2#setInput(java.lang.Object)