| @@ -12,7 +12,7 @@ | ||
|
|
||
| import org.eclipse.php.internal.debug.core.xdebug.dbgp.DBGpPreferences; | ||
|
|
||
| import com.aptana.php.debug.core.preferences.PHPDebugPreferencesUtil; | ||
|
|
||
| public class GeneralUtils | ||
| { | ||
| @@ -17,7 +17,7 @@ | ||
| import org.eclipse.core.runtime.IStatus; | ||
| import org.eclipse.core.runtime.Status; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * A set of useful utilities | ||
| @@ -29,7 +29,7 @@ | ||
| import org.eclipse.ui.PartInitException; | ||
| import org.eclipse.ui.PlatformUI; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * An action for adding a new PHP watch expressions. | ||
| @@ -34,7 +34,7 @@ | ||
| import org.eclipse.php.internal.debug.core.zend.model.PHPDebugTarget; | ||
| import org.eclipse.swt.graphics.Color; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * | ||
| @@ -21,7 +21,7 @@ | ||
| import org.eclipse.ui.texteditor.IDocumentProvider; | ||
| import org.eclipse.ui.texteditor.ITextEditor; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
|
|
||
| /** | ||
| @@ -29,7 +29,7 @@ | ||
| import org.eclipse.ui.IWorkbench; | ||
| import org.eclipse.ui.IWorkbenchPreferencePage; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * The Installed PHPs preference page. | ||
| @@ -48,7 +48,7 @@ | ||
| import org.eclipse.ui.ide.IDE; | ||
| import org.eclipse.ui.part.FileEditorInput; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
|
|
||
| /** | ||
| @@ -44,7 +44,7 @@ | ||
| import org.eclipse.ui.ide.IDE; | ||
| import org.eclipse.ui.part.FileEditorInput; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * Renders PHP debug elements | ||
| @@ -38,7 +38,7 @@ | ||
| import org.eclipse.ui.IWorkbenchActionConstants; | ||
| import org.eclipse.ui.IWorkbenchPart; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * View of the PHP parameter stack | ||
| @@ -27,7 +27,7 @@ | ||
| import org.eclipse.php.internal.debug.ui.PHPDebugUIMessages; | ||
| import org.w3c.dom.Node; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * | ||
| @@ -22,7 +22,7 @@ | ||
| import org.eclipse.swt.widgets.Composite; | ||
| import org.eclipse.swt.widgets.Label; | ||
|
|
||
| import com.aptana.php.debug.epl.PHPDebugEPLPlugin; | ||
|
|
||
| /** | ||
| * A fragmented wizard page. | ||