www.phpeclipse.de
**********************************************************************/
-import net.sourceforge.phpdt.core.ICompilationUnit;
-import net.sourceforge.phpdt.internal.corext.codemanipulation.StubUtility;
-
import org.eclipse.core.resources.IContainer;
import org.eclipse.core.resources.IResource;
import org.eclipse.core.resources.ResourcesPlugin;
-import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.IPath;
import org.eclipse.core.runtime.Path;
import org.eclipse.jface.dialogs.IDialogPage;
this.setErrorMessage(PHPWizardMessages.getString("WizardPage.fileAlreadyExists"));
return true;
}
-
- ((PHPFileWizard) this.getWizard()).setFileName(fileText.getText().trim());
}
return false;
}