Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Eclipse product based on CDT

On 04-Feb-16 1:05 PM, Christelle BURGUERA wrote:
Hi !

We develop some plugins installed in an Eclipse CDT (we download an Eclipse CDT and install our plugins).

I want to brand my own Eclipse to add our icons, about dialog….

I’ve done a first version based one org.eclipse.ui.ide.workbench :

             Under .product I’ve

                         Product Definition : Product : myproduct.product / Application : org.eclipse.ui.ide.workbench

I’ve added under the feature all the plugins CDT.

There is a way to have an EclipseCDT directly ?

Hi Christelle,

you might consider looking at:

	http://blog.vladimirprus.com/2015/03/branding-eclipse-products.html

as well as companion example project at GitHub (there's a link in the post).

Starting from that, you add CDT features, without the need to enumerate
plugins individually.


HTH,

--
Vladimir Prus
http://vladimirprus.com



Back to the top