Eclipse Back/Forward navigation using mouse buttons

Deadly 提交于 2020-01-13 03:54:13

问题


There is an addin for Visual Studio called MouseNavi that allows you to use mouse thumb buttons to navigate your history.

Does a similar extension exist for Eclipse?


回答1:


I don't know of any Eclipse plugin that does this, but assuming you're using Windows:

This one should enable you to do what you want: http://www.highrez.co.uk/downloads/XMouseButtonControl.htm

With that tool you can assign each mouse button a sequence of keys (Alt+Left for example) and because it can be made application specific it won't interfere with other programs where you don't want that mapping.




回答2:


Alt+Left and Alt+Right to navigate through the latest opened editors. Also, Alt+L to open up the shortcuts popup, so you can see what's available.

No real mouse navigation control though (not that I know of... at least). Although, should not be very difficult to create one and attach it to the same handlers that deal with the navigation commands.




回答3:


^Q takes you to last edited location. You can cycle using it. No mouse bindings.



来源:https://stackoverflow.com/questions/6902219/eclipse-back-forward-navigation-using-mouse-buttons

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