Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Dock terminal in codeblocks?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: Dock terminal in codeblocks? (Read 6747 times)
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
Logged
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
Logged
Python plugins:
https://github.com/spillz/codeblocks-python
Code::Blocks Daily Builds -- Ubuntu PPA:
https://launchpad.net/~damien-moore/+archive/codeblocks
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Using Code::Blocks
»
Dock terminal in codeblocks?