Bug 2922

Summary: need to register a menu in Properties view (1GKOF28)
Product: [Eclipse Project] Platform Reporter: Karice McIntyre <Karice_McIntyre>
Component: UIAssignee: Kevin Haaland <Kevin_Haaland>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Karice McIntyre CLA 2001-10-10 22:46:12 EDT
Views that provide multiple pages pose a bit of challenge to 
register menus.  Currently we provide no popup menu in the Properties.
However, we should register a menu that other isvs can add to the menu in 
this view.

How can we register a menu on PropertySheetPage, since we cannot access
the proper object to register from this class (only subclasses of WorkbenchPart can 
do this right now)?  PropertySheetPage is not a subclass of WorkbenchPart.  
The PropertySheet class is a subclass of WorkbenchPart, but we do not create 
toolbar/menu actions in this class, we do this in PropertySheetPage.

Does the Outline have the same issue, since it also has multiple pages?  

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 19:25:44 EST
PRODUCT VERSION:
201

Comment 2 Kevin Haaland CLA 2002-04-30 16:10:49 EDT
Works in latest.