Community
Participate
Working Groups
Build: HEAD 2010/05/05 @ 7am I was trying out to add a MToolControl to discover that WorkbenchRendererFactory is missing a tool control renderer. Implementation to follow.
Created attachment 167487 [details] Implementation of a ToolControlRenderer
Created attachment 168765 [details] Wrap tool controls within a ToolItem Follow approach defined in SWT Snippet 58 and embed the widget inside a ToolItem marked as an SWT.SEPARATOR. (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet58.java)
Eric independently added a MToolControl renderer, but his implementation unfortunately doesn't work under MacOS X. So I'll repurpose this bug to address the issue.
Created attachment 168767 [details] Reworked patch to support embedding in both ToolBar and Composite
Committed in >20100525. Applied Brian's patch.