Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can a broken eclipse be repaired?

Since a few days I can't no longer use the keyboard shortcuts like Ctrl-S because it inserts special characters into my sources. In a property file I noticed that Ctrl-S inserts \u2308 .

Is there a way to repair this, without reinstalling STS_2.8.1 ?

like image 864
stacker Avatar asked Jan 23 '12 10:01

stacker


2 Answers

You can try starting Eclipse from the command line with the -clean option (so use the command eclipse -clean).

See also: What does the -clean parameter mean in the Eclipse IDE?

like image 75
Jesper Avatar answered Sep 30 '22 02:09

Jesper


You can try changing workspace, it usually restores all default settings on modern version of Eclipse. A lighter version of that is simply to prune the .metadata folder in your workspace (as all settings - yes, including SCM ones - are stored there).

like image 45
Riduidel Avatar answered Sep 30 '22 01:09

Riduidel