1) Although dbg will be dropped from being supported or bundled with PHPeclipse,...
[phpeclipse.git] / net.sourceforge.phpeclipse.debug.core / src / net / sourceforge / phpdt / internal / debug / core / PHPDebugCorePlugin.java
index 8e080dd..e6dcd86 100644 (file)
@@ -8,7 +8,7 @@ import net.sourceforge.phpeclipse.PHPeclipsePlugin;
 import org.eclipse.core.resources.IWorkspace;
 import org.eclipse.core.runtime.IStatus;
 import org.eclipse.core.runtime.Status;
-import org.eclipse.swt.widgets.Shell;
+//import org.eclipse.swt.widgets.Shell;
 import org.eclipse.ui.IWorkbenchPage;
 import org.eclipse.ui.IWorkbenchWindow;
 import org.eclipse.ui.plugin.AbstractUIPlugin;
@@ -27,9 +27,9 @@ public class PHPDebugCorePlugin extends AbstractUIPlugin {
                return getDefault().internalGetActivePage();
        }
 
-       public static Shell getActiveWorkbenchShell() {
-               return getActiveWorkbenchWindow().getShell();
-       }
+//     public static Shell getActiveWorkbenchShell() {
+//             return getActiveWorkbenchWindow().getShell();
+//     }
 
        public static IWorkbenchWindow getActiveWorkbenchWindow() {
                return getDefault().getWorkbench().getActiveWorkbenchWindow();
@@ -42,10 +42,10 @@ public class PHPDebugCorePlugin extends AbstractUIPlugin {
                return plugin;
        }
 
-       public static String getFormattedMessage(String key, String arg) {
-               String text = getResourceString(key);
-               return java.text.MessageFormat.format(text, new Object[] { arg });
-       }
+//     public static String getFormattedMessage(String key, String arg) {
+//             String text = getResourceString(key);
+//             return java.text.MessageFormat.format(text, new Object[] { arg });
+//     }
 
        public static String getResourceString(String key) {
                ResourceBundle bundle = plugin.getResourceBundle();