Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: vahalia on October 09, 2014, 08:12:10 pm

Title: How to list or remove files from a project
Post by: vahalia on October 09, 2014, 08:12:10 pm
I added a bunch of files to a new project I created in codeblocks.
I find no interface to see the list of files.
When I go to Projects -> Remove Files, that also does nothing.
How can I list or remove files in a project?
Title: Re: How to list or remove files from a project
Post by: oBFusCATed on October 09, 2014, 08:49:00 pm
Try pressing Shift-F2 or use the menu View -> Management
Title: Re: How to list or remove files from a project
Post by: vahalia on October 10, 2014, 07:28:39 pm
The management pane was open by default. It shows ALL folders and files, not just those specifically added to the project.
Also, no way yet to remove a file from a project
Title: Re: How to list or remove files from a project
Post by: stahta01 on October 10, 2014, 07:30:34 pm
Also, no way yet to remove a file from a project

False.

Edit: To use CB requires you have a working mouse that can right click!

Tim S.

Title: Re: How to list or remove files from a project
Post by: oBFusCATed on October 10, 2014, 07:51:58 pm
Are you looking at the projects tab in the management panel or the file manager?

To remove a file from the project just select it and hit the delete key or right click -> remove from project
Title: Re: How to list or remove files from a project
Post by: vahalia on October 13, 2014, 10:23:21 pm
Either I am extremely dense or I have some issue with my environment.
I am looking at the files list in the Management panel. If I select and right-click on a file, even one that is part of the project and getting compiled with it, it gives me the option to "Add to Active Project", but not "Remove from Project". It does have a delete option, but I don't want to delete the file completely -- just to remove it from the project.
Also, the Management panel lists all files in the folder, not just those that are explicitly added to the project.
Title: Re: How to list or remove files from a project
Post by: Jenna on October 13, 2014, 10:37:04 pm
What's the title of the active tab ?
If it is "Files" you are in the Filemanager's tab not in the projectmanager's !!
If that's the case click on the little triangle on the top-left of the management pane until you see the tab labelled "Projects".
Title: Re: How to list or remove files from a project
Post by: vahalia on October 13, 2014, 10:49:14 pm
Aah. Thanks so much.