Eclipse ctrl+right does nothing

后端 未结 7 1020
忘掉有多难
忘掉有多难 2020-12-30 18:10

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

7条回答
  •  一生所求
    2020-12-30 19:01

    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.

提交回复
热议问题