Eclipse ctrl+right does nothing

后端 未结 7 1055
忘掉有多难
忘掉有多难 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-30 18:35

    This issue is caused by the welcome screen. Uncheck the "Always show..." checkbox on you welcome screen.

    If welcome screen of your eclipse distribution does not have the "Always show..." checkbox, then another option to disable welcome screen is to create file in your workspace:

    .metadata\.plugins\org.eclipse.ui.intro\introstate
    

    and insert following content:

    
    
    

提交回复
热议问题