News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

CodeBlocks workspace and multiple projects

Started by egochnpp, August 07, 2012, 08:55:35 AM

Previous topic - Next topic

egochnpp

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?

Jenna

No, not out at the moment.
But it should be possible to write a plugin, that hides editors of not active projects.


MortenMacFly

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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]