How to execute my project into MacOS default terminal?

General questions regarding the usage of CodeLite
fellipeh
CodeLite Curious
Posts: 8
Joined: Thu Mar 03, 2016 10:17 pm
Genuine User: Yes
IDE Question: c++
Contact:

How to execute my project into MacOS default terminal?

Post by fellipeh »

Hi,

I try to execute my project on MacOS terminal instead of CodeLite Built-in terminal... So, I go to the Preference -> Terminal, and un-check "User CodeLite built-in in terminal emulator"...


But doesn't run on MacOS Terminal... I try to set the path o terminal on Command input, but same problem.. doesn't run... always show CodeLite Builtin..

How can I do that?

Thanks!
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to execute my project into MacOS default terminal?

Post by eranif »

This does not work on OSX.
IIRC, the problem with the native terminal is that there is no way to make it on top of CodeLite when launched - it always remains hidden

Eran
Make sure you have read the HOW TO POST thread
fellipeh
CodeLite Curious
Posts: 8
Joined: Thu Mar 03, 2016 10:17 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: How to execute my project into MacOS default terminal?

Post by fellipeh »

Ok, but there`s another way, to not use the codelite terminal?

Because, my problem is: When I use a projector...and show to my students the terminal... on my "second sreen" , my projector screen... if a disconnected the projector without get back the terminal screen to the Macbook screen, I can't use terminal again.. I can't see the terminal..
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to execute my project into MacOS default terminal?

Post by eranif »

Does your program requires a terminal? or is it a GUI one?
Eran
Make sure you have read the HOW TO POST thread
fellipeh
CodeLite Curious
Posts: 8
Joined: Thu Mar 03, 2016 10:17 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: How to execute my project into MacOS default terminal?

Post by fellipeh »

Require just a terminal... I`m not using GUI.
Post Reply