Author Topic: Using Visual Studio icons  (Read 3538 times)

XTAL256

  • Guest
Using Visual Studio icons
« on: August 27, 2008, 12:16:11 pm »
Is there anywhere i can get button icons for the toolbars and code completion that look like the ones used in Visual Studio? I often use VS and am used to the icons for functions, variables, public, private, etc in the code completion and class browser. I would prefer to use the same icons rather than remember what the C::B icons mean.
I could probably copy the images from VS to the C::B image folder but i would have to rename them and make sure they're the right size etc, i would like to be able to download them so i just have to replace the current images.
Thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9702
Re: Using Visual Studio icons
« Reply #1 on: August 28, 2008, 10:46:41 am »
I could probably copy the images from VS to the C::B image folder but i would have to rename them and make sure they're the right size etc, i would like to be able to download them so i just have to replace the current images.
To my knowledge this is not available. So you probably have to do it yourself. But it's do-able. Image resources are png files under [C::B]\share\codeblocks\images.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ