Reputation: 945
One of the top reasons I use an IDE editor is to get context information about the classes I am working on. Right now I have lost the java method context information, and have no idea where to reset it? I see an error displayed by eclipse on the line number as I am typing instead of the list of methods and signatures.
Android Developer Tools
Build: v22.0.4-741630
This product includes Eclipse Platform, JDT, CDT, EMF, GEF and WTP,
all of which are Copyright (c) Eclipse contributors and others.
Visit http://eclipse.org/
Upvotes: 19
Views: 157317
Reputation: 1
Just delete the .metadata
folder from your eclipse workplace. Everything will be reset
Upvotes: 0
Reputation: 1
no need to set default if u are facing issues with some windows and u close it accidently , just go to windows and click on show views and the rest will be solve.
Upvotes: 0
Reputation: 445
All the setting are stored in .metadata file in your workspace delete this and you are good to go
Upvotes: 1
Reputation: 2110
You can reset settings for eclipse by deleting .metadata folder from your current workspace.
This will however remove all projects from your project explorer NOT workspace. So dont worry your projects have not gone anywhere.
You can import projects from your workspace like this : just make sure that you uncheck "Copy project into workspace".
Upvotes: 8
Reputation: 6717
Yes, Eclipse can be a pain, as almost any IDE can. Please remain factual, however.
Switching to a new workspace should help you. Eclipse has almost no settings that are stored outside your workspace.
Upvotes: 15