您的位置:首页 > 编程语言 > Java开发

MyEclipse8.5常用配置

2012-11-20 21:05 441 查看
修改字体大小:

windows->preferences->general->appearance->colors and fonts->basic->Text Font


字体:Courier New 11号,

控制面板 --> 字体 --> Courier New --> 点击上方功能菜单的显示(Win 7系统默认隐藏掉了该字体) --> 再次打开 Flash Builder Preference --> 搜索Font或者Appearance --> Colors and Fonts --> Text Font --> 选择Courier New --> 确定保存即可

修改方法注释,类注释:

修改方法说明:

window-->preferences-->Java-->Code Style-->Code Templates-->Comments-->Methods

/**
* 方法说明:
* @author XXX ${date} ${time}
* ${tags}
*/


window-->preferences-->Java-->Code Style-->Code Templates-->Comments-->Types
/**
* 类说明:
* @author XXX ${date} ${time}
* ${tags}
*/


空间编码设置:

windows->preferences->general->Workspace

Text file encoding 设置UTF-8

windows->preferences->general->Editors->text Editors->Spelling
Encoding: UTF-8


Myeclipse8.5 按代码提示出现 no default proposals.

突然发现alt+/无法出现提示,使用.页没有办法出来提示,到处查看了。我霸气的重装Myeclise.结果还没有好。终于找到原因了:

Window -> Preferences -> Java -> Editor -> Content Assist -> Advanced 里的「Select the proposal kinds contained in the 'default' content assist list」把Java
Proposals钩上即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: