[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: how to remove the New Editor from the popup menu from the tab?

ultraman wrote:
I have a class extends EditorPart. Is there a way to modify the popup menu
when you right click on the tab?

The short answer is no, there are no hooks to modify the system menu that's part of the presentation.


The longer answer ... if you write your own presentation, you become responsible for the editor tabs and popup menus and then you just wouldn't include it.

Later,
PW