您的位置:首页 > 编程语言 > Java开发

eclipse 基本设置

2015-07-27 17:56 609 查看
eclipse中所有的空白(空格,TAB,和回车)显示出来

eclipse中的菜单的window->preferences->General->Editors->Text Editors中的Show whitespace characters中来设置。

2Tab to space-》General-> Editors -> Text Editors

在右侧找到Displayed tab width:
把下面的“Insert spaces for tabs” 勾选上,

针对java

打开左侧菜单:
window->preferences->Java -> Code Style -> Formatter,    General settings中的Tab policy为Spaces only,

3.encoding

General -> Workspace,选择:Text file encoding为UTF-8,New Text file line delimiter 为 Unix[code]
4. 在ubuntu下安装eclipse 可能会出现为找到jre的情况 解决办法:将下载的jre包下载,解压到eclipse即可。

5.针对开发不同的语言,可以下载相应的eclipse版本。(http://www.eclipse.org/downloads/index-helios.php)

针对eclipse 能够自动识别php 函数需要安装PDT工具库

http://www.eclipse.org/pdt/[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: