Author Topic: CodeBlocks workspace and multiple projects  (Read 4730 times)

Offline egochnpp

  • Single posting newcomer
  • *
  • Posts: 2
CodeBlocks workspace and multiple projects
« 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?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: CodeBlocks workspace and multiple projects
« Reply #1 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.

Offline egochnpp

  • Single posting newcomer
  • *
  • Posts: 2
Re: CodeBlocks workspace and multiple projects
« Reply #2 on: August 07, 2012, 08:59:55 am »
Thanks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: CodeBlocks workspace and multiple projects
« Reply #3 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ