Page 1 of 1

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

Posted: Fri Oct 16, 2009 6:39 am
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".

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

Posted: Fri Oct 16, 2009 7:50 am
by eranif
Thanks for sharing :)

Eran

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

Posted: Fri Oct 16, 2009 10:10 am
by tnger
You are welcome !