[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] removing items from the popup menu

Hi,

I know that this question was asked several times before, but after all
I still didn't got it working.
I want to remove some actions and sub menus from the pop-up menu and the
main menu bar. I know about the 'popupPredefinedItem' in
'org.eclipse.gmf.runtime.common.ui.services.action.contributionItemProviders'


and I have tried to use this snippet from the example:

   <popupPredefinedItem
                  id="autoSizeAction"
                  path="/formatMenu/"
                  remove="true"/>

Apart from that the autosizeAction in my diagram menu is always
disabled, it is still visible. What am I doing wrong?
It would be nice if somebody could give me a working example for
removing the copy action or the whole filter menu!

Thanks

Christian Neudert