Changing Terminal in Codelite 9.2.6 on macOS Sierra

General questions regarding the usage of CodeLite
valenz
CodeLite Curious
Posts: 4
Joined: Sat Nov 05, 2016 7:46 pm
Genuine User: Yes
IDE Question: C++
Contact:

Changing Terminal in Codelite 9.2.6 on macOS Sierra

Post by valenz »

I want to use Terminal as default terminal in CodeLite.

I went to Preferences -> Terminal and I unchecked the checkbox "Use CodeLite's built-in terminal emulator". This had no effects.
I then tried to specify:

Code: Select all

/Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
in the textbox "Enter here the command to be used by CodeLite for launching consoles". This had no effects either.

How do I change the default terminal?
Thanks
dev
CodeLite Curious
Posts: 3
Joined: Sun Nov 20, 2016 6:54 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Changing Terminal in Codelite 9.2.6 on macOS Sierra

Post by dev »

I'm interested to know this answer too guys, how can we actually change the base codelite terminal with the macOS one's?
I have some problems with the actual one.
Thanks in advice.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Changing Terminal in Codelite 9.2.6 on macOS Sierra

Post by eranif »

You can't. Please report this as a bug
Make sure you have read the HOW TO POST thread
valenz
CodeLite Curious
Posts: 4
Joined: Sat Nov 05, 2016 7:46 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Changing Terminal in Codelite 9.2.6 on macOS Sierra

Post by valenz »

I opened up an issue here: https://github.com/eranif/codelite/issues/1485
Thanks.
Post Reply