I am developing an RCP application similar to eclipse.
For eclipse in project navigator, if we delete a project (also the checkbox is marked for deleting the project content from the disk) and press Ctrl + Z, we can see the project is back again but with no content and in most of the case the nature of the project is also gone. I am not able to understand this phenomena. Why a project delete operation should be undoable when the content from the disk is also being deleted?