Author Topic: What resource editor to use for Codeblocks?  (Read 4921 times)

Carousel

  • Guest
What resource editor to use for Codeblocks?
« 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?

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: What resource editor to use for Codeblocks?
« Reply #1 on: June 03, 2008, 12:18:04 am »
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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: What resource editor to use for Codeblocks?
« Reply #2 on: June 03, 2008, 05:56:03 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ