node ninja
node ninja

Reputation: 32986

How to recover this file in Eclipse?

In Eclipse I had made several changes to a file. Then when I opened the file again I couldn't see the changes. I guess I forgot to save it. Not only that, but I removed the project. Is there a way to get my changes back?

Upvotes: 0

Views: 460

Answers (1)

Peter Szanto
Peter Szanto

Reputation: 7722

if you havent deleted the project from the disk just from eclipse then you can import again your project. Then each file has a local history that is auto saved. You can right click on the file and compare to local history

Upvotes: 1

Related Questions