Eclipse的一些设置

设置代码的字体类型和大小:
Window -> Preferences -> General -> Appearance -> Content Assist -> Colors and Fornts,修改 Basic 中的 Text Font

 

代码自动提示:

Window -> Preferences -> Java -> Editor -> Content Assist -> Auto Activation

delay是自动弹出提示框的延时时间,可以修改成100毫秒;triggers这里默认只有.,修改成:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

 

Eclipse还原和重置页面布局:

Window->Reset Perspective

Window->Show View增加显示需要的窗口

 

Eclipse中设置在创建新类时自动生成注释:

原文参照:http://www.cnblogs.com/dartagnan/archive/2011/03/29/2003425.html

windows-->preference 
Java-->Code Style-->Code Templates 
code-->new Java files 
编辑它 

${filecomment} 
${package_declaration} 
/** 
* @author 作者名
* @time ${date} ${time} 
* @description

*  
*/ 
${typecomment} 
${type_declaration} 

 

字体颜色大小等设置:

http://www.cnblogs.com/xiezhidong/p/6048256.html

 

 

未完待续

posted on 2017-03-19 17:35  cnblogly  阅读(106)  评论(0)    收藏  举报

导航