| Summary: | [ActivityMgmt] Cannot hide import/export function of context menu using org.eclipse.ui.activities | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Mallikarjun <mallikarjun.nbsg> |
| Component: | UI | Assignee: | Platform UI Triaged <platform-ui-triaged> |
| Status: | RESOLVED INVALID | QA Contact: | Paul Webster <pwebster> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
test/com.test.command1 ? How is this related to Import/Export. Please re-open with more information. PW |
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.