gpt4 book ai didi

eclipse-plugin - Eclipse RCP View 在应用程序启动时不显示

转载 作者:行者123 更新时间:2023-12-01 10:53:28 25 4
gpt4 key购买 nike

我现在已经面临这个问题大约一个小时了,我不知道自己做错了什么。你看到我的 plugin.xml 代码中的错误了吗?

<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="de.tps.client.workspace.perspective">
<view
closeable="true"
id="de.tps.client.inboxplusplus.views.inboxplusplusview"
minimized="false"
moveable="true"
ratio="0.3"
relationship="bottom"
relative="de.tps.client.iteminfo.view"
showTitle="false"
standalone="false"
visible="true">
</view>
</perspectiveExtension>

和 View :

<extension
point="org.eclipse.ui.views">
<view
allowMultiple="false"
category="com.contmgmt.client.category"
class="de.tps.client.inboxplusplus.views.Inboxplusplusview"
id="de.tps.client.inboxplusplus.views.inboxplusplusview"
name="%view.inbox.name"
restorable="true">
</view>

任何建议将不胜感激。

最佳答案

对我来说,它工作正常。我想您需要重置透视图,因为没有此 View 的旧布局已保存。

单击顶部菜单:首选项 -> 重置透视图。

此信息存储在:$workspace/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

关于eclipse-plugin - Eclipse RCP View 在应用程序启动时不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16772523/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com