java - Is it possible to get the deleted file from Eclipse workspace? -


I have accidentally removed a Java file from my eclipse workspace.

Can I fix this? It's not in the Recycle Bin.

Check this page:

Suppose you accidentally A file has been deleted. No need to worry. Deleted files can be restored from history.

How to :

Right click on the project and open the context menu. And go to the menu item "Restore from local history ..."

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -