[solve]can't build program and input method can't load
Posted: Fri Oct 16, 2009 6:39 am
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 :
Modify it to:
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".
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)'
Code: Select all
xterm -sb -title '$(TITLE)' -e $(CMD)
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".