User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)
Hi all,
I have a view which shows objects of my own classes from my model layer.
I would like to add a 'properties' action on the context menu that shows
the property pages I have declared using the
org.eclipse.ui.propertyPages extension point. Do I have to implement
this action myself? If not how do I get it to appear - my context menu
is registered with the IViewSite and has the MB_EXTENSIONS groups.