html5游戏开发1-Aptana 3 eclipse 插件安装

1) Installing via Eclipse

http://download.aptana.com/studio3/plugin/install 

1 From the "Help" menu, select "Install New Software..." to open the Install New Software dialog.

2 Paste the URL for the update site into the Work With text box, and hit the Enter (or Return) key.

3 In the populated table below, check the box next to the name of the plug-in, and then click the Next button.

4 Click the Next button to go to the license page.

5 Choose the option to accept the terms of the license agreement, and click the Finish button.

6 Restart Eclipse to continue.

2)、手动以link方式安装aptana插件

首先在eclipse目录下打开eclipse文件夹:然后将下载后的aptana插件文件解压缩到任何目录(笔者解压缩到了eclipse所在的目录)。再在links文件夹中新建一个文本文件aptana.link,其内容形式为:

path={aptana插件存放的位置}

例如 link文件内容为:

path=C:\Program Files\Eclipse-6.0M1\eclipse\Aptana

然后,重启myeclipse
3) 将Aptana编辑器设置成myeclipse默认的编辑器

在Window菜单中找到Preferences,打开的菜单中左边的树中展开General,找到editor

点击File Associations,然后在上边选择要设置的文件后缀名,在下边找到aptana相应的编辑器,然后点“default”即可完成默认的设置了

4.设置Aptana

Window->preferences ->Aptana_>editors_javascript->code assist->选择jquery等。最后点击完成。

5.设置workspace 默认js为Aptana模板

Window->preferences->General->Editors->File Associations->*.js 在Associated editors选择Aptana JS Editor并点击Default.

OK,Eclipse jquery aptana安装成功。

 

转载于:https://www.cnblogs.com/JoannaQ/archive/2012/09/08/2676212.html

猜你喜欢

转载自blog.csdn.net/weixin_34090562/article/details/93058263