导航

文章分类 -  Eclipse

摘要:一、安装1. 安装jdkhttp://www.oracle.com/technetwork/java/javase/downloads/index.html2. 安装eclipsehttp://www.eclipse.org/downloads/3. 安装egit插件http://download.eclipse.org/egit/updates/4.安装git客户端 msysgithttp://code.google.com/p/msysgit/downloads/list?q=full+installer+official+git二、配置1. 设置本地仓库reporetory2.设置use 阅读全文

posted @ 2013-05-26 04:21 javalive09 阅读(185) 评论(0) 推荐(0)

摘要:有时候需要用资源管理器 (windows 窗口)中查看工程中某个资源,比如某个图片,但是无法直接在eclipse中打开项目工程文件所在的目录。今天发现了一个好用的插件:open in Explorer,可以实现这个功能。地址: https://github.com/samsonw/OpenExplorer/downloads将插件下载复制到eclipse 的plugins文件夹下。重起eclipse 。即可使用。 阅读全文

posted @ 2013-05-26 04:11 javalive09 阅读(206) 评论(0) 推荐(0)

摘要:1.界面设置编辑器字体:Preference > general > appearance> colors and fonts > basic > text font代码风格:Preference > java > code style >formatter内容帮助:Preference > java > editor >content assistPreference > java > editor >content assist > advanced > java Proposals(单词提示) 阅读全文

posted @ 2013-05-26 03:51 javalive09 阅读(84) 评论(0) 推荐(0)