1
Using Code::Blocks / How to display code execution output in a non-modal codeblocks window ?
« Last post by benoitlst on Today at 10:22:10 am »Hi,
How to display code execution output in a non-modal codeblocks window rather than in a terminal?
In General settings → Terminal to launch console programs : x-terminal-emulator -T $TITLE -e
The code output is displayed in the terminal that opens, but as always with windows (terminal or otherwise), if it passes in the background, the Buil, run, etc buttons are grayed out, so always take the trouble to close the terminal.
Is it possible to configure codeblocks so that code output is displayed in a non-modal window, for example in a "Logs & others" tab?
Thanks
--
Benoit
How to display code execution output in a non-modal codeblocks window rather than in a terminal?
In General settings → Terminal to launch console programs : x-terminal-emulator -T $TITLE -e
The code output is displayed in the terminal that opens, but as always with windows (terminal or otherwise), if it passes in the background, the Buil, run, etc buttons are grayed out, so always take the trouble to close the terminal.
Is it possible to configure codeblocks so that code output is displayed in a non-modal window, for example in a "Logs & others" tab?
Thanks
--
Benoit