eclipse 配置

来源:互联网 发布:西部数码域名备案代办 编辑:程序博客网 时间:2024/06/05 18:37

插件在线安装地址

pydev - http://pydev.org/updates/

svn - http://subclipse.tigris.org/update_1.8.x

git - http://download.eclipse.org/egit/updates

PMD - http://pmd.sf.NET/eclipse

TestNG - http://beust.com/eclipse


eclipse 初次安装配置

1.设置编码 为 UTF-8  系统为 Unix

设置方法如下: Window(窗口)->Preferences(首选项)->General->Workspace

2.配置Eclipse中编辑器支持softtab(用数个空格字符代替默认的tab缩进)

Window -> Preferences->General -> Editors -> Text Editors->Displayed tab width  把下面的“Insert spaces for tabs” 勾选上.

Java -> Code Style -> Formatter   然后点击Active profile中的Edit按钮   在弹出的窗口中,选择General settings中的Tab policy为Spaces only,修改Profile name然后保存即可



使用Eclipse的开发者都知道它有鼠标悬停提示(主要是变量类型声明和Doc帮助提示)的功能,突然弹出的窗口妨碍视线还影响思路。
关闭方法如下: Window(窗口)->Preferences(首选项)->Java->Editor(编辑器)->Hovers(悬浮提示) 将[Combined Hover](组合的悬浮提示)添加 Alt 快捷键即可。然后勾选上Variable Values (debug时的变量内容查看)


console日志行数不限制   run/debug->console->limit console output勾选去掉


0 1
原创粉丝点击