Code::Blocks Forums
User forums => Using Code::Blocks => Topic started 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?
-
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" .
-
Nice, worked :)