Page 1 of 1

help.............

Posted: Wed Mar 17, 2010 5:50 am
by 2818130
HI..everybody....
i want know how to set the codelite using the gnome-terminal....not the codelite_xterm....
thanks

Re: help.............

Posted: Wed Mar 17, 2010 8:06 am
by evstevemd
I guess no way!
But wait for Eran's final word on this :)

Re: help.............

Posted: Wed Mar 17, 2010 1:28 pm
by eranif
Settings -> Global Editor perferences -> Terminal

Change the command from

Code: Select all

/usr/bin/codelite_xterm ..
into

Code: Select all

gnome-terminal -t '$(TITLE)' -e '$(CMD)'
Eran