Eclipse ctrl+right does nothing

eclipse

I'm editing a Java source in Eclipse (Version: Kepler Release). I'm used no navigate text on other editors using Ctrl+Right to move to the next word and Ctrl+Shift+Right to select the next word. But on eclipse nothing happens, the cursor stays in the same place.

On Window->Preferences->General->keys the binding seems to be correct, it says:
Command: Next Word; Binding: Ctrl+Right; When: Editing Text; Category: Text Editing.

But it's not working.

Best Answer

Eclipse's welcome screen causes this kind of bug in the editor specifically (https://bugs.eclipse.org/bugs/show_bug.cgi?id=426557). Sometimes you can find that when you restart can't move with control+arrow in the editor but you can in other views like console window.

You can disable welcome screen ( in most eclipse based IDEs it's a checkbox in the welcome screen ) and then restart eclipse just to be sure it won't happend again. Everything will work again.