[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Implementing editor-dependant menus

I'm trying to implement editor-dependant menus (only ON when the editor is 
open) but I'm confused how I should implement it.

It seems that there are two different extension points to do it:
1. Using org.eclipse.ui.editorActions + New editorContribution + New menu
2. Using org.eclipse.ui.popupMenus + New objectContribution + New menu

What's the difference between them? Which one should I use?