使用鼠标按钮的 Eclipse 后退/前进导航
Visual Studio 有一个名为 MouseNavi 的插件,它允许您使用鼠标拇指按钮浏览您的历史记录。
Eclipse 是否存在类似的扩展?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我不知道有哪个 Eclipse 插件可以做到这一点,但假设您使用的是 Windows:
这个插件应该可以让您做您想做的事情: http://www.highrez.co.uk/downloads/XMouseButtonControl.htm
使用该工具,您可以为每个鼠标按钮分配一个按键序列(例如 Alt+Left)并且因为它可以针对特定应用程序,所以不会干扰您不希望该映射的其他程序。
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.
Alt+向左和 Alt+向右可浏览最新打开的编辑器。
另外,按 Alt+L 打开快捷方式弹出窗口,以便您可以查看可用的内容。
但没有真正的鼠标导航控制(至少我不知道)。尽管如此,创建一个并将其附加到处理导航命令的相同处理程序应该不会很困难。
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.
^Q 带您到上次编辑的位置。您可以循环使用它。没有鼠标绑定。
^Q takes you to last edited location. You can cycle using it. No mouse bindings.