我注意到默认情况下Eclipse" Move"当文件夹和文件一次多选时,不显示上下文菜单。
我的场景是我要显示我的上下文菜单 - 在多选时移动某些类型的文件和文件夹。
<and>
<iterate
operator="or">
<with
variable="org.eclipse.ui.selection">
<adapt
type="org.eclipse.core.resources.IResource">
<or>
<test property="com.sap.ndb.studio.dwb.team.ui.expressions.isContainedInSharedProject" value = "true"/>
<test property="com.sap.ndb.studio.dwb.team.ui.expressions.isFile" value="true"/>
<test property="com.sap.ndb.studio.dwb.team.ui.expressions.isFolder" value="true"/>
</or>
</adapt>
</with>
</iterate>
</and>
如何启用类型文件夹的上下文菜单和多选的文件?
此致 Pavitra