eclipse新建工做空間後的經常使用設置

1.設置字體

通常主要設置下面三個地方(其餘能夠按需進行設置):java

Window->Preferences->(能夠直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Java Editor Text Font
Window->Preferences->(能夠直接搜索font)General -> Appearance ->Colors and Fonts –>Java ->Properties File Editor Text Font
Window->Preferences->(能夠直接搜索font)General -> Appearance ->Colors and Fonts –>Debug -> console font
Window->Preferences->(能夠直接搜索font)General -> Appearance ->Colors and Fonts –>Basic –> Text Font能夠修改xml文件的字體格式

2.設置編碼格式

參考:http://www.javashuo.com/article/p-gzfwunnq-hy.html
主要是整個工做空間設置UTF-8以及java文件、xml文件、properties文件等設置UTP-8.

3.設置快捷提示

eclipse –>Windows ->Preferences ->Java ->Editor ->Content Assist,而後修改Auto Activation triggers for java的值爲:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,點擊apply按鈕。

4.Java環境變量及Maven配置文件等

參考:https://blog.csdn.net/qiaorui_/article/details/78424491app

5.直接應用已配好的Eclipse工做空間的配置

參考:https://blog.csdn.net/y41992910/article/details/79009159eclipse

將workspace/.metadata/.plugins/org.eclipse.core.runtime中的.settings文件夾拷貝出來,裏面就是全部的配置文件,新建工做空間的時候將該.settings文件夾替換掉新工做空間中的.settings文件夾便可。字體

相關文章
相關標籤/搜索