How can I scroll left and right in Eclipse editor with the keyboard without moving the cursor?

耗尽温柔 提交于 2019-12-23 12:14:04

问题


To scroll within the Eclipse editor without moving the cursor up and down one can use CTRL+Down or CTRL+Up. But what about left and right?


回答1:


It is not possible. If you search keys in Eclipse's Preferences, you will find out that you only have Scroll up and Scroll down that you can set hotkeys on.

My recommendation would be changing the maximum line length in the editor.
Make your code shorter. After all, looooong lines of code are not so readable.

Also, resize your editor area. If you feel strangled, remove the Outline, TaskList, and Build view from your right side of Eclipse, and enlarge the editor.



来源:https://stackoverflow.com/questions/14460005/how-can-i-scroll-left-and-right-in-eclipse-editor-with-the-keyboard-without-movi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!