eclipse

来源:互联网 发布:阿里云搭建app服务器 编辑:程序博客网 时间:2024/06/05 16:43
--------------------------------------------------------------------------
1:DDMS 监视器
perspective 透视
attempts 尝试
refresh 刷新
verbose 详细
allocation tracker配置跟踪
voice 声音
latency 潜伏
dump xxx file 转储xxx文件
show extras 秀演员(演示)
---------------------------
accessibility 可访问性
focus 集中
drawing
miscellaneous 杂项
padding 填充
measurement 尺寸
accessory 附件
capture layouts捕捉布局
invalidate xxx废止布局
---------------------------
organize import组织导入
declaration 声明
lint warnings


2:Graphical Layout 图形布局
form widgets 表单控件
Text Fields 文本字段
Layout 布局
composite 综合/合成物
images & Media图像与媒体
Time & Date 时间和日期
Transitions 转换
Advanced 高级
Custom & Libray Views自定义 & 库显示
palette 调色板
structure 结构


3:右键显示菜单:
open declaration公开声明
open type hierarchy打开类型层次结构/层次,等级制度
open call hierarchy打开调用层次
show in breadcrumb显示在面包屑
quick outline 快速大纲
quick type hierarchy快速类型层次结构
open with 打开与
show in 显示在
copy qualified name复制限定名
quick fix 快速修复
refactor 重构
local history 本地历史
references 引用
declarations 声明
add to snippets添加到片断
profile as 配置文件
validate 验证
compare with 比较
replace with 更换
resource configurations资源配置
team 团队
--------------------------------------------------------------------
eclipse
1: file
convert line delimiters to行分隔符转换为
switch workspace切换工作区
properties 属性
2:edit
copy qualified name复制限定名
expand selection to 扩大选择的
incremental find next增量式查找下一个
add bookmark 增加书签
add task 增加任务
smart insert mode智能插入模式
show tooltip description显示根据提示说明
content assist内容辅助
work completion工作完成
word completion完成单词
quick fix 快速修复
set encoding 设置编码
3: refactor 重构
change method signature改变方法签名
extract method提取方法
extract local variable提取局部变量
extract constant提取常量
inline 内联
convert local variable to field局部变量转换到现场
convert anonymous class to nested匿名类转换成嵌套
move type to new file 移动到新的文件类型
extract superclass提取超类
extract interface提取接口
use supertype where possible在可能的情况下使用超类型
push down 下推
pull up 上拉
extract class 提取类
introduce parameter object引入参数对象
introduce indirection引入间接
introduce factory介绍工厂
introduce parameter引入参数
encapsulate field封装领域
generalize declared type概括声明的类型
infer generic type arguments推断泛型类型参数
migrate JAR file迁移JAR文件
create script 创建脚本
apply script 应用脚本
history 历史
4: source
toggle comment切换注释
add block comment增加块注释
remove block comment删除块注释
generate element comment产生元素注释
shift right 右移
shift left 左移
correct indentation正确的缩进
format 格式
format element格式元素
add import 增加进口
organize imports组织进口
sort members 排序成员
clean up 清理
override/implement methods覆盖/实现方法
generate getters and setters生成getters和setters
generate delegate methods生成委托方法
generate toString()生成toString()
generate hashCode() and equals()
generate Constructor using Fields生成构造函数的使用领域
generate constructors from superclass生成超类的构造函数
surround with 环绕与
externalize strings外部字符串
find broken externalized string找到断开的外部字符串
5: navigate 导航
go into 进入
go to
open 打开
open type hierarchy打开类型层次结构
open call hierarchy打开调用层次
open hyperlink打开超链接
open implementation开放实现
open super implementation打开超级实现
open attached javadoc打开附加的javadoc
open from clipboard从剪贴板打开
open type 开放式
open type in hierarchy在层次中打开类型
open task 打开任务
activate task 激活任务
deactivate task关闭任务
show in breadcrumb显示在
show in quick context view在快速上下文视图显示
quick outline 快速大纲
quick type hierarchy快速类型层次结构
next
previous
last edit location最后编辑的位置
go to line 去行
back 返回
forward
6: search
search 搜索
file 文件
java JAVA
text 文本
references 引用
declarations 声明
implementors 实现者
read access 读访问
writes access 写访问
occurrences if file发生,出现,事件/如果文件
referring tests针对测试
7: project:
build all 建立所有
build project 建立项目
build working set建立工作组
clean 清理
build automatically自动构建
generate javadoc生成javadoc
properties 属性
8: run
run 运行
debug 调试
run history 运行历史记录
run as 运行
run configurations运行配置
debug history 调试历史
debug as 调试
debug configurations调试配置
add java exception breakpoint添加java异常断点
add class load breakpoint添加类负载断点
all references所有标记/参考/引用
all instances 所有实例
instance count实例数
watch 察看
inspect 检查
display 显示
exeute 执行
force return 强制返回
step into selection进入选择
external tools外部工具
9: window
new window 新窗口
new editor 新的编辑器
show toolbar 显示工具栏
open perspective打开透视图
show view 显示察看
customize perspective定制角度
save perspective as节约的角度为
reset perspective重置角度
close perspective接近角度
close all perspectives关闭所有的观点
navigation 导航
android sdk managerandroid SDK管理器
avd manager AVD管理器
run android lint运行android lint
preferences 首选项
10: help
welcome 欢迎
help contents 帮助内容
search 搜索
dynamic help 动态帮助
key assist 关键协助
tips and tricks技巧和窍门
report bug or enhancement报告错误或增强
cheat sheets 备忘单
eclipse marketplaceeclipse 市场
check for updates检查更新
install new software安装新软件
about eclipse 关于eclipse

--------------------------------------------------------------------------

1:Runs Android Lint :  它能够对你的Android项目进行全面分析,然后会给你一个诊断结果。


2: ANT Ant是Java平台下非常棒的批处理命令执行程序,能非常方便地自动完成编译,测试,打包,部署等等一系列任务,大大提高开发效率。如果你现在还没有开始使用Ant,那就要赶快开始学习使用,使自己的开发水平上一个新台阶。




--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------


--------------------------------------------------------------------------
原创粉丝点击