Community
Participate
Working Groups
Build Identifier: 2.2.0.v20100427 It is necessary to disable Undo Delete Resources if delete projects from file system - after revert it at Workspace they are malfunction Reproducible: Always Steps to Reproduce: 1. Delete PHP Project from PDT with use a option Delete project contents on disk (cannot be undone) 2. Click Edit->Undo Delete Resources 3. Right Context menu over reverted project and go to Build Path -> Configure Build Path Expected result: To have valid undeleted project with all possible options working Actual result: We have screen error: The currently displayed page contains invalid values and no more option to configure your build path
Created attachment 166947 [details] Error mention at issue description
Now we call the eclipse org.eclipse.ui.actions.DeleteResourceAction to delete projects,so it is the eclipse default behavior(a bug of eclipse platform).Now I change the code,and there is no error dialog popuped now.By the way JDT could also Undo Deleted project too,so this is not PDT special.
No undo option after deleting project. Fixed indirectly.
Verified, closing