eclipse 设置

修改工作空间默认编码:
Window --> Preferences --> General --> Workspace --> Text file encoding --> UTF-8



基础字体字号修改:
Window --> Preferences --> General --> Apperance --> Colors and Fonts --> Basic --> Text Font --> Edit --> Courier New 12

java编码格式:
Window --> Preferences --> Java --> Code Style


maven的setting文件:
Window --> Preferences --> Maven --> User Settings
 

eclipse 设置Ctrl+点击跳转 更改为 Alt+点击跳转

Window->Preferences->General->Editors->Text editors->Hyperlinking

 

eclipse在search的时候,通过search打开的页面会覆盖之前打开的页面,如果不想覆盖的话,可以这么设置:

Window->Preferences->General->Search

取消勾选Reuse editors to show matches

 
 
原文地址:https://www.cnblogs.com/ooo0/p/7155679.html