Eclipse Re-Open once closed project

629 views Asked by At

I am searching to find some answer my current actually presist problem.

I appreciate for any help and/or advice.

My problem is, I always delete projects once task finished. However, i delete project only Package Manager window and original project do exists in ADT work space. When i want to re-open same project ecplise throws me error and says project is already in destination folder.

Could some one please tell me how can i re-open deleted projects?

Currently, i am copying entire project let's say to desktop and then re-import it into Workspace. Is there any easy way to handle this?

The reason is that why i am deleting projects from my Project Manager because of too many projects are listing.

Regards

1

There are 1 answers

1
greg-449 On BEST ANSWER

You don't need to copy the projects to another location. Just use 'Import Project' and specify the current workspace location. Eclipse will show you the deleted projects.

You can use 'Working Sets' to group your projects. You can tell Package Explorer to just show one working set or to show the working sets at the top level of the tree.

You can also have multiple workspaces and use 'File > Switch Workspace' to switch between them. I currently have 8 workspaces for different projects.