[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform.rcp] Workbench.jar adding unwanted menu items
|
I've got an RCP where I'm using org.eclipse.ui which requires
org.eclipse.ui.workbench. Now when I run my RCP I'm getting unwanted menu
items :
File.Open External File
Window.Open in New Window
Window.Open Perspective
and a few others. I know that "open in new window" is being added by
workbench.jar. How can I remove these unwanted items?
Thanks!
Patrick