Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 312570 - [ActivityMgmt] Cannot hide import/export function of context menu using org.eclipse.ui.activities
Summary: [ActivityMgmt] Cannot hide import/export function of context menu using org.e...
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.0   Edit
Hardware: PC Windows Vista
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact: Paul Webster CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-12 06:01 EDT by Mallikarjun CLA
Modified: 2010-11-09 09:08 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mallikarjun CLA 2010-05-12 06:01:36 EDT
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.
Comment 1 Paul Webster CLA 2010-11-09 09:08:09 EST
test/com.test.command1 ?

How is this related to Import/Export.

Please re-open with more information.

PW