built-in output tab/window for console output

General questions regarding the usage of CodeLite
AgeBee
CodeLite Curious
Posts: 1
Joined: Sun Jan 27, 2019 12:06 pm
Genuine User: Yes
IDE Question: C++
Contact:

built-in output tab/window for console output

Post by AgeBee »

Currently a separate console is opened for the output which goes to a console. This works with the following settings in
Settings -> Preferences -> Terminal:

/usr/lib/codelite/codelite_xterm '$(TITLE)' '$(CMD)'

How can I configure it that the output goes to the built-in output pane ?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: built-in output tab/window for console output

Post by eranif »

You cant.
However, you should really read the "how to post" thread (see my signature) as many changes have been made in that read (terminal handling by CodeLite)
in later versions of CodeLite, you just pick the terminal you use (QTerminal, Mate, Konsole, gnome-terminal etc)
Make sure you have read the HOW TO POST thread
Post Reply