MyEclipse实用操作

MyEclipse实用操作之屏蔽对文件的错误校验

要屏蔽的文件——(右键)——MyEclipse——Exclude From Validation

MyEclipse实用操作之管理User Libraries

Window——Preferences——Java——Build Path——User Libraries

MyEclipse实用操作之设置提示间隔

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

MyEclipse实用操作之设置JSP默认的charset

Window——Preferences——MyEclipse——Files and Editors——JSP——Creating files——Encoding

MyEclipse实用操作之重命名Web项目

◆F2——修改项目名

◆修改上下文路径

项目——(右键)——Properties——MyEclipse——Web——Context Root

MyEclipse实用操作之切换工作区

File——SwitchWorkspace——Other

MyEclipse实用操作之代码格式化

选中要格式化的代码——右键——(Source——)Format

选中要格式化的代码——Ctrl+Shift+F

MyEclipse实用操作之块注释

选中要注释的代码块——Ctrl+/

MyEclipse实用操作之提示标签、属性

Ctrl+Shift+<

MyEclipse实用操作之转到定义

F3

MyEclipse实用操作之切换工作空间

File——Switch Workspace——Other

MyEclipse实用操作之设置JSP字符集

Window——Preferences——MyEclipse Enterprise Workbench——Files and Editors——JSP——Creating files——Encoding

MyEclipse实用操作之重写

在要重写的方法所在的类体中,右键——Source——Override/Implement Methods

MyEclipse实用操作之关闭derby

Window——Preferences——General——Startup and shutdown

MyEclipse实用操作之设置doc路径

选中.jar——右键——Properties——Javadoc Location——Javadoc in archive——External file或Javadoc URL

MyEclipse实用操作之拼写检查设置

Window——Perferences——General——Editors——Text Editors——Spelling——Enable spell checking

Project——Clean

猜你喜欢

转载自adla-bin.iteye.com/blog/1861128
今日推荐