I am trying to add a context (popup) menu to the outline view associated
to an editor.
The outline is created in the standard way using the getAdapter() method
in the editor.
Now the question is what is the standard and suggested way to add a
context menu to the displayed outline in order to perform custom action
on the items shown in the outline?