發現重新安裝的 Eclipse 在寫 JAVA 時,dot(.) 之後跳出的 suggest method 錯誤機率相較原本的很高,照著網路建議改了一下,正確多了。
- 打開設定:Window > Preference > Java > Editor > Content Assist > Advanced
- 把右邊上下視窗中的 "Java Proposals" 都勾起來就可以。
雜事亂記.... 記點曾經解決過的問題的方法,或者是感想吧....
發現重新安裝的 Eclipse 在寫 JAVA 時,dot(.) 之後跳出的 suggest method 錯誤機率相較原本的很高,照著網路建議改了一下,正確多了。
# -e enable interpretation of backslash escapes $ echo -e "\e[95mHello \e[00m\e[92mWorld!\e[0m"
# 這種方式會影響接下來的所有輸出,無法在一列內輸出多種顏色。1~7 為 basic colors
$ tput setaf [1-7] $ echo "hello world"
# Use v to trigger selection
bind-key -T copy-mode v send-keys -X begin-selection
# Use y to yank current selection
bind-key -T copy-mode y send-keys -X copy-selection-and-cancel
sudo add-apt-repository ppa:numix/ppa
sudo apt-get update
sudo apt-get install numix-gtk-theme
sudo apt-get install numix-icon-theme numix-icon-theme-utouch
gsettings set com.canonical.indicator.datetime time-format "'custom'"
gsettings set com.canonical.indicator.datetime custom-time-format "'%d(%a) %R'"