Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse ctrl+right does nothing

Tags:

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.

like image 949
Arzaquel Avatar asked Aug 20 '13 18:08

Arzaquel


People also ask

Why Ctrl space is not working in Eclipse?

Ctrl+space was not working in my eclipse. Somehow it got disabled. I have tried many options and didnt worked any options. Go to Preferences > Java > Editor > Content Assist > The "Auto activation triggers for Java:" field.


2 Answers

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.

like image 80
Ruslan López Avatar answered Sep 23 '22 03:09

Ruslan López


I had an issue just like this with Eclipse Neon. I was baffled by answers I was finding about the welcome screen, but I disabled it, and apparently that was causing the issue, because Ctrl+Shift+Right/Left worked, after disabling it. In Neon, the welcome screen has an "Always show Welcome at startup" box you can uncheck, in the lower right corner of the welcome screen when it appears. After unchecking it, selecting words worked, again. Somehow.

like image 44
Ryan McNames Avatar answered Sep 22 '22 03:09

Ryan McNames