开发插件时出现从右到左的eclipse

发布于 2024-09-18 19:36:59 字数 250 浏览 9 评论 0原文

我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁许谁一生繁华 2024-09-25 19:36:59

您可以使用 -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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文