| Summary: | add an extensible context menu on the NatTable view | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Nicolas Bros <nicolas.bros> | ||||
| Component: | EMF-Facet | Assignee: | Nicolas Bros <nicolas.bros> | ||||
| Status: | CLOSED FIXED | QA Contact: | |||||
| Severity: | enhancement | ||||||
| Priority: | P1 | CC: | emft.facet-inbox, gdupe, nicolas.guyomar | ||||
| Version: | unspecified | Flags: | gdupe:
indigo+
|
||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Bug Depends on: | 331203 | ||||||
| Bug Blocks: | |||||||
| Attachments: |
|
||||||
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. |
Created attachment 184104 [details] patch (zip) Here is a patch to add an extensible context menu on the NatTable view