Author Topic: Dock terminal in codeblocks?  (Read 6743 times)

Offline daviddoria

  • Single posting newcomer
  • *
  • Posts: 3
Dock terminal in codeblocks?
« on: May 13, 2009, 01:49:07 am »
When I run a program, CodeBlocks opens xterm in a separate window to show output. Is there any way to dock it inside the CodeBlocks window? In most IDE's you can view the output as you are debugging in the same window.

Thanks,
Dave

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: Dock terminal in codeblocks?
« Reply #1 on: May 13, 2009, 04:42:26 am »
this is not currently supported. you can run tools that will pipe output to one of the log windows. I have spent some time playing with a plugin that lets you run tools with output redirected to a docked window. It works ok, but doesn't allow debugging.

What you probably want is something that uses this: http://library.gnome.org/devel/vte/unstable/ or the equivalent on qt