Eclipse plugin: Using components of another perspective

51 Views Asked by At

I already created a new Eclipse perspective, but I would like to know if it is possible to use the same elements and buttons (toolbar ones) that are in the C/C++ perspective?

Is there a way to use them in my own perspective?

1

There are 1 best solutions below

1
On

Usually all plug-ins has a folder called icons in it. Look into this folder and copy the icons to your plug-in.

For C/C++ perspective icons look at all jars(inside <eclipseInstallationLocation>\plugins folder) containing the name 'cdt` copy all icon files from these jars to your plugin.