Author Topic: No difference between Source and Header?  (Read 3020 times)

Offline Jacky2k

  • Single posting newcomer
  • *
  • Posts: 2
No difference between Source and Header?
« on: April 26, 2010, 09:25:03 pm »
Hello,
I just started using Code::Blocks but I have a big problem. Code::Blocks makes a difference between Header and Source Files. They are listed in two different "folders".
Is there a option to tell Code::Blocks not to split source from header files?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: No difference between Source and Header?
« Reply #1 on: April 27, 2010, 08:10:49 am »
Hello,
I just started using Code::Blocks but I have a big problem. Code::Blocks makes a difference between Header and Source Files. They are listed in two different "folders".
Is there a option to tell Code::Blocks not to split source from header files?

Right click your project in the management pane and uncheck "Project tree --> Categorize by file types" .

Offline Jacky2k

  • Single posting newcomer
  • *
  • Posts: 2
Re: No difference between Source and Header?
« Reply #2 on: April 28, 2010, 12:47:48 pm »
Nice, worked :)