[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] removing items from the popup menu
|
- From: christian Neudert <chrisn86@xxxxxxxx>
- Date: Tue, 18 Mar 2008 20:33:08 +0100
- Newsgroups: eclipse.modeling.gmf
- Organization: EclipseCorner
- User-agent: Thunderbird 2.0.0.12 (X11/20080213)
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