Community
Participate
Working Groups
Created attachment 184104 [details] patch (zip) Here is a patch to add an extensible context menu on the NatTable view
And a patch for the editor: Index: NatTableEditor.java =================================================================== --- NatTableEditor.java (revision 9133) +++ NatTableEditor.java (working copy) @@ -88,7 +88,7 @@ // registerOpenListeners(this.natTableWidget); getSite().setSelectionProvider(this.natTableWidget); - createContextMenuFor(this.natTableWidget); + createContextMenuFor(this.natTableWidget.getControl()); } /**
Hi, This enhancement has been included in Bug 335020 Regards, Nicolas Guyomar
This bug can then be marked as fixed.
Done, I close the bug.