[solve]can't build program and input method can't load

General questions regarding the usage of CodeLite
tnger
CodeLite Curious
Posts: 9
Joined: Fri Oct 16, 2009 5:50 am
Genuine User: Yes
IDE Question: c++
Contact:

[solve]can't build program and input method can't load

Post by tnger »

I solve two other problems myself. Hope it can help others:

a. can't build the program

Open the menu "Settings -> Editor " click "Terminal", the original command is :

Code: Select all

xterm -sb -title '$(TITLE)' -e '$(CMD)'
Modify it to:

Code: Select all

xterm -sb -title '$(TITLE)' -e $(CMD)
Maybe it is a small bug of Revision:3169.

b. Chinese (or other) input can't load

Open the menu "Settings -> Keyboard Shortcuts", find "Ctrl-SPACE" in Accelerator and Delete it.

because of most of the input method are called by "Ctrl-SPACE".
User avatar
eranif
CodeLite Plugin
Posts: 6375
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [solve]can't build program and input method can't load

Post by eranif »

Thanks for sharing :)

Eran
Make sure you have read the HOW TO POST thread
tnger
CodeLite Curious
Posts: 9
Joined: Fri Oct 16, 2009 5:50 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: [solve]can't build program and input method can't load

Post by tnger »

You are welcome !
Post Reply