Community
Participate
Working Groups
Code was added to support IWorkbenchWidget. We need code to support the AbstractWorkbenchTrimWidget class which has a specialized fill(Composite, int, int) method. +++ This bug was initially created as a clone of Bug #330106 +++ I installed the latest RTC into Eclipse 4.1 M3. When I started Eclipse, I noticed that our work item trim component is missing. There were no errors in the log. Eric indicated that he knew what the issue probably is.
Created attachment 208174 [details] LegacyTrim patch v1 Add a check to determine whether the instantiated IWorkbenchWidget is an implementation of the AbstractTrimWidget class. If it is, use its specialized fill(Composite, int, int) method instead of IWorkbenchWidget's fill(Composite) method.
I'll get this in as soon as M4 is out.
(In reply to comment #1) > Created attachment 208174 [details] > LegacyTrim patch v1 Patch released to master. http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/?id=616b29156c604ae0b8b4632a5abb451207d8e771
Verified with I20120123-2200 on Windows 7.