开发插件时出现从右到左的eclipse
我的 Windows 计算机位于使用从右到左文本方向的区域。然而,Eclipse 以从左到右的方式运行,例如菜单和文本在左侧对齐。这很好,因为这是我喜欢的布局。
但是,我正在开发一个 Eclipse 插件,每当我将插件作为“Eclipse 应用程序”启动时,都会打开一个新的 Eclipse 实例,其中包含我的插件,并且该新实例以从右到左的布局呈现。
由于我更喜欢从左到右的布局,有什么方法可以将创建的 Eclipse 实例配置为也具有这样的行为吗?
My Windows machine is in a region using right-to-left text direction. However, eclipse behaves in a left-to-right manner, e.g. with menus and text alignment on the left side. This is good as it is my preferred layout.
However, I am developing an eclipse plugin and whenever I launch my plugin as an "eclipse application", a new eclipse instance is opened with my plugin in it, and that new instance is presented in right-to-left layout.
Since I prefer the left-to-right layout, is there any way to configure the created eclipse instance to behave like that as well?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 -nl 标志来指定区域设置。请参阅 http: //help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm。您可以在运行配置中使用该标志。
You can use the -nl flag to specify the locale. See http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm. You can use that flag in your run configuration.