Author Topic: resource.rc  (Read 2899 times)

josepessoa

  • Guest
resource.rc
« on: September 29, 2015, 06:04:43 am »
Good Morning Friends, Alright?
    Please I need some help on the following questions:
    I am creating the type of IDE, and when I create a arquivo.c for example, and when I save
    the editor saves where I chose, cero? but the icon is not how I want.
    In short, I want when I create a file in my editor and save with extensão.c
    for example, it matches the icon you set for it in the resource file, also when
    save with extensão.cpp and so on, each file with its icon set.
    I've looked a lot on the web but without any results.
    I really want some help from you, From now Thank you and God Bless ...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9699
Re: resource.rc
« Reply #1 on: October 01, 2015, 08:45:09 am »
[...]I want when I create a file in my editor and save with extensão.c
for example, it matches the icon you set for it in the resource file, also when
save with extensão.cpp and so on, each file with its icon set.[...]
Customising icons for files is not supported by design because it would confuse most users. What you can do is having different icon sets though.
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