Author Topic: is there a terminal emulator in codeblocks??  (Read 5050 times)

plassy

  • Guest
is there a terminal emulator in codeblocks??
« on: March 21, 2008, 01:45:38 am »
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
« Last Edit: March 21, 2008, 03:00:19 am by plassy »

Offline dmoore

  • Developer
  • Lives here!
  • *****
  • Posts: 1576
Re: is there a terminal emulator in codeblocks??
« Reply #1 on: March 21, 2008, 03:10:59 am »
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.)