gpt4 book ai didi

java - 如何抑制 Eclipse 警告 : Referenced identifier 'VIEWNAME:secondaryid' in attribute 'id' cannot be found

转载 作者:行者123 更新时间:2023-12-01 05:55:47 26 4
gpt4 key购买 nike

在 eclipse 3.4 中,这是我的plugin.xml 的部分:

<extension point="org.eclipse.ui.views">
<view
allowMultiple="true"
class="the.full.class.name"
icon="images/icon.gif"
id="VIEWNAME"
name="View Name">
</view>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension targetID="MY_PERSPECTIVE_ID">
<view
closeable="false"
id="VIEWNAME:secondaryid"
minimized="false"
moveable="false"
ratio=".75"
relationship="left"
relative="org.eclipse.ui.editorss"
showTitle="true"
standalone="true"
visible="true">
</view>
</perspectiveExtension>
</extension>

应用程序工作正常,我只是无法摆脱那个烦人的警告!

最佳答案

关于java - 如何抑制 Eclipse 警告 : Referenced identifier 'VIEWNAME:secondaryid' in attribute 'id' cannot be found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3046871/

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