Eclipse:多个监视器/对话框定位
我正在尝试为两个显示器(1600x1200)设置 Eclipse。我有一个横跨两台显示器的大桌面。 Eclipse 将一些对话框 (CTRL+3) 放置在我的桌面正中央,这意味着对话框的一半位于左侧显示器上,另一半位于右侧显示器上。
当我移动对话框、关闭它并再次打开它时,Eclipse 不会记住最后一个位置。有办法解决这个问题吗?或者是否有一个插件,可以帮助打开所有不居中、但向左/右偏移的对话框?
谢谢。
I'm trying to setup Eclipse for two monitors (a 1600x1200). I have one big desktop spanning over both monitors. Eclipse places some dialogs (CTRL+3) exactly centered on my desktop, this means that one half of the dialog is on the left monitor, the other one on the right one.
When I move the dialog, close it, and open it again, the last position isn't remembered by Eclipse. Any way around this issue? Or is there a plugin, which helps to open all dialogs not centered, but placed with an offset to the left / right?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这取决于您正在谈论的具体对话框。
对话框可以记住自 Eclipse3.2 以来的最后位置:bug 111530 和 错误 33550。
不同的对话框现在会记住它们的位置:bug 108801:
如果其他对话框无法正常工作,需要提交新的错误报告。
关于OP实际上指的“快速访问”(CTRL+3)对话框,他评论道:
It depends on what exact dialogs you are talking about.
Dialogs can remember their last position since Eclipse3.2: bug 111530 and bug 33550.
Different dialogs now remember their positions: bug 108801:
If other dialogs don't work correctly, a new bug report is in order.
Regarding the "Quick Access" (CTRL+3) dialog the OP is actually referring to, he comments:
阅读这个问题:
有关如何在多个显示器上组织 Eclipse 环境的任何提示监视器?
Read this question:
Any tips on how to organize Eclipse environment on multiple monitors?