我希望限制我的弹出条目仅在项目有特定文件时显示 在其根目录。
我目前正在使用此代码,仅在单击项目时显示弹出条目。
<visibleWhen
checkEnabled="false">
<iterate
ifEmpty="false"
operator="or">
<adapt
type="org.eclipse.core.resources.IProject">
<test
property="ProjectSharing.test2">
</test>
</adapt>
</iterate>
</visibleWhen>
如何查看特定文件?