Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: egochnpp on August 07, 2012, 08:55:35 am

Title: CodeBlocks workspace and multiple projects
Post by: egochnpp on August 07, 2012, 08:55:35 am
Hello. I add several projects to workspace in CodeBlocks 10.05 (Win XP). I select some project from workspace and open its source files in editor's tabs. But if I select other project, I also see the source files from previous project. I want to see only files from currently selected project. Can I do this?
Title: Re: CodeBlocks workspace and multiple projects
Post by: Jenna on August 07, 2012, 08:59:13 am
No, not out at the moment.
But it should be possible to write a plugin, that hides editors of not active projects.
Title: Re: CodeBlocks workspace and multiple projects
Post by: egochnpp on August 07, 2012, 08:59:55 am
Thanks
Title: Re: CodeBlocks workspace and multiple projects
Post by: MortenMacFly on August 07, 2012, 09:36:10 am
There was a patch IIRC that allowed you to close editor not belonging to the active project. I guess that's what you are looking for.