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".