码迷,mamicode.com
首页 > 系统相关 > 详细

myeclipse常用快捷键

时间:2014-10-04 22:37:17      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:blog   http   color   os   使用   ar   java   文件   sp   

Alt+/ Content Assist 代码提示
Ctrl+T 显示类的继承结构
Ctrl+O 列出类中的成员(成员变量、方法等)
Ctrl+/ 注释/取消注释
Ctrl+Shift+O 导入要使用的包、并去除不使用的包
Ctrl+Shift+F 格式化当前文件中的代码/格式化选中的代码
Ctrl+Alt+Up 复制当前行到下面
Ctrl+Alt+Down 复制当前行到上面
Ctrl+D 删除当前行/删除选中文本占的所有行
Ctrl+Shift+X 变为大写
Ctrl+Shift+Y 变为小写
shit+alt+a 块操作

MyEclipse设置编码方式:window——>preference——>MyEclipse——>Files and Editors,将每个子项的"Encoding"改为"ISO 10645/Unicode(UTF-8)",点Apply! 
eclipse 整个项目中文编码设置: 选中项目名称 -> 首选项 -> 资源 -> Text file ecoding下选择对应的编码(一般选择UTF-8)
eclipse jsp页面中文编码设置位置:window ->preference ->web ->JSP Files
eclipse jsp页面字体大小设置位置; window ->preference ->General ->Appearance ->Colors and Fonts ->Structured Text Editors ->Aa Structured Text Editor Text Font.
eclipse java页面字体大小设置位置:window ->preference ->General ->Appearance ->Colors and Fonts ->java ->Aa Java editor text font.
eclipse 控制信息输出台字体大小设置位置:window ->preference ->General ->Appearance ->Colors and Fonts ->Debug ->Aa console Font

myeclipse常用快捷键

标签:blog   http   color   os   使用   ar   java   文件   sp   

原文地址:http://www.cnblogs.com/xiaowei-blog/p/4006402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!