博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
html5游戏开发1-Aptana 3 eclipse 插件安装
阅读量:7125 次
发布时间:2019-06-28

本文共 1241 字,大约阅读时间需要 4 分钟。

1) Installing via Eclipse

 

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

你可能感兴趣的文章
下载JSON数据
查看>>
随笔归档
查看>>
ZOJ1994 & POJ2396:Budget——题解
查看>>
Pi 前2600位
查看>>
JAVA基础--super关键字
查看>>
创建Maven web项目时 出现 web.xml is missing and <failOnMissingWebXml> is set to true错误 pox.xml编译错误...
查看>>
1.2 客户信息维护
查看>>
Oracle EBS-SQL (BOM-11):检查无BOM的装配件.sql
查看>>
Integer和String "+""=="方法的不同
查看>>
清华大学OS操作系统实验lab1练习知识点汇总
查看>>
Gradle命令详解与导入第三方包--快速打包
查看>>
Codeforces Round #426 (Div. 2) problem C
查看>>
UNITY 中List.Sort的BUG
查看>>
cs3动画
查看>>
常用mysql命令
查看>>
HDU 3486 Interviewe
查看>>
微服务架构(分布式架构)
查看>>
poj-3253 Fence Repair[霍夫曼树]
查看>>
利用BeautifulSoup爬去我爱我家的租房数据
查看>>
巧用Eclipse Java编辑器调试
查看>>