怎么让Eclipse Adt支持HTML5新增的标签
在早些时候,用Eclipse Adt做Web App时发现Eclipse Adt 默认的编辑器对于HTML5新增的标签会报错,这就导致了项目的终止。怎么办呢?后来谷歌过后发现了需要安装Aptana Studio插件。链接地址:http://download.aptana.com/studio3/plugin/install
在Window菜单中找到help –>Install New Software
在弹出的对话框中选择Add
点击ok后,然后选择aptana,然后你懂的。
装好之后怎么把它设置为默认的呢?
1、在Window菜单中找到Preferences,打开的菜单中左边的树中展开General,找到editor
2、点击File Associations,然后在上边选择要设置的文件后缀名,在下边找到aptana相应的编辑器,然后点“default”即可完成默认的设置了。很简单的,试试吧。
<html xmlns="http://www.w3.org/1999/xhtml">这样就不会报错了 路过,支持一下啦 学习了,谢谢分享、、、 我装了怎么还是不支持啊 我装了也还是不支持。。 本帖最后由 昌隆 于 2014-4-25 17:18 编辑
谢谢分享!!!! yuehuaray 发表于 2014-4-21 15:30
这样就不会报错了
帅!能解释一下为什么吗? 装了不支持呀 Aptana Studio 2.0.5和Aptana Studio 3.0.2,不可以手动下载,可以用Eclipse和MYEclipse更新的方式下载。例子:
在Eclipse工具栏,选择Help -> Software Updates -> Find and Install...-> Search for new features to install ->New remote site... Name:
"Aptana", Url: "http://download.aptana.com/studio3/plugin/install"下载完毕重启 Eclipse
但是安装完成之后,重启MyEclipse报下面的错误!!
Error opening the editor.
java.lang.NullPointerException
这个问题解决起来很简单,
打开myeclipse->Preference->Aptana->MyAptana/Message Center
去掉 use fireFox as the Aptana Home Page Browser 前面的勾
重启Myeclipse,问题就解决了。
页:
[1]
2