Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mdt-papyrus.dev] contributorId of properties view

Hi,

 

A tab can be displayed only if at least one section is available (i.e. if the tab is not empty). You need to fill both org.eclipse.ui.views.properties.tabbed.propertyTabs and org.eclipse.ui.views.properties.tabbed.propertySections extension points


Regards,

Camille

__________________________

Camille Letavernier

+33 (0)1 69 08 00 59 - camille.letavernier@xxxxxx

CEA LIST - Laboratoire d'Ingénierie dirigée par les modèles pour les Systèmes Embarqués (LISE)

Papyrus : http://www.eclipse.org/papyrus

 

De : mdt-papyrus.dev-bounces@xxxxxxxxxxx [mailto:mdt-papyrus.dev-bounces@xxxxxxxxxxx] De la part de ??
Envoyé : lundi 3 juin 2013 17:25
À : mdt-papyrus.dev@xxxxxxxxxxx
Objet : [mdt-papyrus.dev] contributorId of properties view

 

Hi, 

 

I'd like to extend the tabbed properties view of papyrus, for example, add a tab called "myTab", and I wrote these simple lines:         

  <extension point="org.eclipse.ui.views.properties.tabbed.propertyTabs">

      <propertyTabs contributorId="TreeOutlinePage">

         <propertyTab

            label="myTab"

            category="org.eclipse.papyrus"

            id="mytab"/> 

      </propertyTabs>

  </extension>

 

I found this contributorId and category in org.eclipse.papyrus.views.properties, but it seems not correct, can you give me some advices?

 

Thank you!

 

Regards,

Jian 


Back to the top