Eclipse RCP:如何编辑或删除“编辑器区域”在 helloworld 应用程序中查看

发布于 2024-12-04 02:27:37 字数 197 浏览 1 评论 0原文

嗨,这真的很困扰我,我找不到该视图,所以我可以删除它或使用它。我在plugin.xml 和扩展中都找不到它。要了解我到底在说什么,很简单:当您在 RCP 中创建新的 Hello world 项目时,它就在那里,当您创建新视图时,它仍然在那里。

在此处输入图像描述

Hi this is really bugging me I can't find that View so I can either delete it or use it. I can't find it in plugin.xml nor extensions. To know what exactly I'm talking about it's simple : when you create new Hello world project in RCP it's there when you create new view it's still there.

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

或十年 2024-12-11 02:27:37

找到了!!,

在 Perspective.java 中
插入这一行:

public void createInitialLayout(IPageLayout layout) {
    layout.setEditorAreaVisible(false); //line
    }

Found it !!,

In Perspective.java
insert this line:

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