Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Jacky2k on April 26, 2010, 09:25:03 pm

Title: No difference between Source and Header?
Post by: Jacky2k 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?
Title: Re: No difference between Source and Header?
Post by: Jenna 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" .
Title: Re: No difference between Source and Header?
Post by: Jacky2k on April 28, 2010, 12:47:48 pm
Nice, worked :)