0

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?

oberlies
  • 11,503
  • 4
  • 63
  • 110
robertog8
  • 1
  • 2
  • There are several ways to do that. You could just simply put your common toolbar actions in the application's action bar advisor (i.e. in your core product plugin). – Georgian Dec 17 '13 at 16:25

1 Answers1

0

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.

Chandrayya G K
  • 8,719
  • 5
  • 40
  • 68