a project "A" was created using the project wizard. The project has a main and three function B, C, and D. the functions are in three files B, C, and D. the function in file C had execution errors. so, a new file was created called CA and added to the project to help debug the original C function. i added C1 to the project thru the IDE via "project => add files to project. Now c1 show in the project window on the right side of screen. Now a day latter issue resolved. how do I delete C1 from the project and project window in the ide?
Right click the file in the project pane, a popup menu will appear. Select delete file entry in the menu, you'll get a message box asking if you really want to remove file from project. Click yes. The file will be removed.
If you check the chekbox to delete also the physical file it will be removed also from the disk.
Warning: if you remove the file from disk you can't recover it anymore from the recycle bin.
Hi ddainelis1,
Welcome to the Pelles C forum.