News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using Visual Studio icons

Started by XTAL256, August 27, 2008, 12:16:11 PM

Previous topic - Next topic

XTAL256

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

MortenMacFly

Quote from: XTAL256 on August 27, 2008, 12:16:11 PM
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: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]