Community
Participate
Working Groups
Created attachment 116935 [details] change access modifiers patch The purpose of BuildpathsBlock is obviously to be extended since it is abstract. The problem is that most of its fields are private, which is kind of problematic. The attached patch changes the fields access modifiers to protected, so that it is easier to extend and modify the current block functionality.
fixed in CVS
Thanks for the quick change, there are a few additional access modifiers changes we need in order to extend the buoldpath functionality. i will attach the relevant patch
Created attachment 117186 [details] access modifiers patch
Created attachment 117665 [details] extensibility patch Hi, i am adding an additional patch that enables further extensibility for the include paht block (enables changing the tabs titles and changing more access modifiers to protected)
fixed in head
Created attachment 118046 [details] Wizard buttons patch This patch enables customization of the wizard buttons
commited patch : https://bugs.eclipse.org/bugs/attachment.cgi?id=118046 on behalf of Eden NirC
Created attachment 118127 [details] Image Provider patch enable extensibility of the image (label) provider