News:

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

Main Menu

What resource editor to use for Codeblocks?

Started by Carousel, June 02, 2008, 11:40:28 PM

Previous topic - Next topic

Carousel

Well it says resource editing not supported, are there any plugins to edit resource files like in Visual Studio?

dje

Hi !

wxSmith plugin is available and bundled with C::B for GUI design but it works only for wxWidgets framework.
I think no plugin exists for win32 resources edition.

Dje

MortenMacFly

Quote from: Carousel on June 02, 2008, 11:40:28 PM
Well it says resource editing not supported, are there any plugins to edit resource files like in Visual Studio?
No. But it's more than easy to assign the extension (e.g. *.rc) to an external editor and/or using the tool functionality of C::B. Then you can just click on a RC file and open it with the RC editor of your choice. That's how I do it... with http://www.radasm.com/resed/index.html.
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]