Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I get my Eclipse shortcuts working again in Helios?

Since upgrading to Helios, some of my main shortcuts have stopped working; I use Control + Option + C for Subversion commit, but since the upgrade, hitting this combination in the navigator view behaves the same as just hitting C (moves to the next element that starts with C).

I've tried a few variations, but either get the same behaviour, or nothing happens at all.

Any ideas?

like image 258
Cebjyre Avatar asked Jul 05 '10 01:07

Cebjyre


3 Answers

I was able to fix it by going to Window -> Customize Perspective -> Command Groups Availability and ticking the SVN checkbox in Available command groups. This added a SVN menu and the shortcuts started working immediately.

Source of workaround: https://bugs.eclipse.org/bugs/show_bug.cgi?id=306173#c16

like image 176
Cebjyre Avatar answered Oct 19 '22 16:10

Cebjyre


Go to Preferences > General > Keys, 'commit', to see if the subclipse commit is there.
It is possible that the Subversion plugin stopped working in this edition (see also 'Help > About > Installation Details > Plug-ins')

This is why I always avoid upgrading an existing Eclipse installation.
I will rather unzip a new Eclipse distribution elsewhere, and make it reference the same workspace than my previous Eclipse, and reinstall plugins.
That way, if some incompatibilities are detected, I still have a (previous) working installation still all set.

like image 30
VonC Avatar answered Oct 19 '22 18:10

VonC


I had a similar problem but my issue was that my keyboard had a "Function Lock" key, which set the Function keys to either work as Function keys or keyboard short cuts such as "Send" "Undo" "Open". So at some point I must have accidentally hit the button and set it to the shortcut setting. I hit that again and it started working perfectly.

like image 2
LakeRunner Avatar answered Oct 19 '22 16:10

LakeRunner