Community
Participate
Working Groups
Build Identifier: Cannot disable import/export function of context menu using org.eclipse.ui.activities in Project Explorer, Package Explorer, Navigator... Sample code: <extension point="org.eclipse.ui.activities"> <activityPatternBinding activityId="com.object.ide.rcp.hide.aptana.ui" isEqualityPattern="true" pattern="test/com.test.command1"> </activityPatternBinding> <category id="com.test.commands.category" name="Command 1"> </category> </extension> Reproducible: Always Steps to Reproduce: 1.Use the sample code (given in details of bug) in plugin.xml 2.run the eclipse 3.right click in Project Explorer or Package Explorer or Navigator, still import/export function is available.
test/com.test.command1 ? How is this related to Import/Export. Please re-open with more information. PW