News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Code::Blocks on MacOSX. How can I have only one Terminal open?

Started by Blocks4moi, December 13, 2009, 09:07:18 AM

Previous topic - Next topic

Blocks4moi

 Anyone know how to make everything run on the same Terminal? CB opens a new terminal every time I run a program. I would like to be able to change this setting. I'm using Leopard OS on a MacBook.

afb

You need to improve the default AppleScript that opens the Terminal:


tell app "Terminal"
    activate
    do script "$SCRIPT"
end tell


It's available in the settings, under Settings > Environment > General