MyEclipse工具的破解与使用

来源:互联网 发布:反美颜软件app 编辑:程序博客网 时间:2024/06/14 19:19

MyEclipse2014下载 附带破解教程

链接:http://pan.baidu.com/s/1o7AjlAq 密码:35rh


MyEclipse使用教程




字体大小的改变:

Windows->Preference->General->Color and Fonts->Basic->Edit->Text font


代码设置行数

第一种方法:Windows->Preference->General->Editors->Text Editors->show line numbers

第二种方法:在显示错误或警告的蓝色框中,鼠标右键点击,勾选show line numbers


注释快捷键

单行注释:ctrl+/
多行注释:shift+ctrl+/
快速对齐:ctrl+shift+F


方法的重载

快速重写override基类的方法
在需要插入Override函数的位置点击右键,选择Source->Override/Implement Methods…,在弹出的Override/Implement Methods对话框中选择需要添加的函数名.

快速重命名文件

把鼠标放在需要命名的文件上,按F2重命名,或者是CTRL+ALT+R

MyEclipse中批量修改类文件的包名