如何提高 NetBeans 中的鼠标滚轮速度?
喜欢从 Eclipse 切换到 NetBeans。有人知道如何增加在编辑器窗口中使用鼠标滚轮滚动的行数吗?目前它一次只能运行一个——我希望它至少运行三个。
Loving the switch from Eclipse to NetBeans. Anyone know how to increase the number of lines scrolled using the mouse wheel in the editor window? Currently it only goes one at a time -- i'd like it to do at least three.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
NetBeans 从操作系统中获取要滚动的行数。
在 XP 上,您可以使用
Control Panel > 设置滚动行数。鼠标>轮>滚动
在 KDE 上,其
系统设置 >键盘和鼠标>鼠标>高级
。我认为 Gnome 也有类似的东西,但我并没有立即看到它。
NetBeans picks up the number of lines to scroll from the OS.
On XP you set the number of lines to scroll with
Control Panel > Mouse > Wheel > Scrolling
On KDE, its
System Settings > Keyboard and Mouse > Mouse > Advanced
.I assume there is something similar for Gnome, but I don't see it off hand.
我在 Mac OS X、雪豹、Microsoft 鼠标、IntelliPoint 7.1 和 NetBeans 6.8 上遇到了这个问题。垂直滚动设置在其他应用程序(例如 Firefox)中运行良好,但 Netbeans 每次单击鼠标滚轮仅滚动一行。
I'm struggling with this on Mac OS X, snow leopard, with a Microsoft mouse and IntelliPoint 7.1, and NetBeans 6.8. Vertical scroll settings work well in other apps, such as Firefox, but Netbeans only scrolls one line per mouse wheel click.
在使用 Logitech 鼠标 (LX3) 的 Mac OSX 10.5.8 上也存在同样的问题。其他应用程序正在使用操作系统设置,只有 Netbeans 似乎忽略它们。
Same issues here on Mac OSX 10.5.8 with Logitech Mouse (LX3). Other apps are working with OS settings, only Netbeans seems to ignore them.