News:

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

Main Menu

is there a terminal emulator in codeblocks??

Started by plassy, March 21, 2008, 01:45:38 AM

Previous topic - Next topic

plassy

hi,
i've freshly compiled the latest svn-revision from codeblocks at my linux box and what should i say...
it looks good but... i'm missing a terminal emulator (you know like kdevelop or kate).
i wonder if there really isn't something like that.
Or maybe i'm to stupit to find it. I can't find a plugin either.

is there really nothing??

Plassy

dmoore

if you're just looking to redirect command output to a window in codeblocks you can use the tools menu (you can make the output appear in one of the messages windows). you can also try my Shell Extensions plugin, which lets you launch interactive console processes in a tabbed dockable windows. either way you won't get full blown terminal functionality though because we're relying on wxwidget very limited process control functionality (I'd like to implement a terminal widget, but given the lack of wxwidgets support it would require platform dependant solutions.)
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]