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 ?
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?