News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Dock terminal in codeblocks?

Started by daviddoria, May 13, 2009, 01:49:07 AM

Previous topic - Next topic

daviddoria

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

dmoore

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
Python plugins: [url="https://github.com/spillz/codeblocks-python"]https://github.com/spillz/codeblocks-python[/url]
Code::Blocks Daily Builds -- Ubuntu PPA: [url="https://launchpad.net/~damien-moore/+archive/codeblocks"]https://launchpad.net/~damien-moore/+archive/codeblocks[/url]