Myeclipse10、Myeclipse2013 安装Aptana插件

原地址:http://www.cnblogs.com/yinger/archive/2011/08/29/2157193.html

安装步骤:

1、下载aptana3.2 Eclipse Plugin插件.

下载地址:http://update1.aptana.org/studio/3.2/024747/index.html


2、在java文件夹下新建文件夹pluginsNew,在里面新建aptana_update_024747文件夹(这个文件夹名根据自己下载的版本自己写),再在里面新建eclipse文件夹,解压出features与plugins文件夹,COPY到

D:\java\pluginsNew\aptana_update_024747\eclipse


3、在D:\java\MyEclipse10\MyEclipse 10\dropins再新建文件aptana.link, 内容是

path=D:\\java\\pluginsNew\\aptana_update_024747\\eclipse  (注意斜线的方向,反了不行!Myeclipse会找不到路径!)


4、删除D:\java\MyEclipse10\MyEclipse 10\configuration文件夹中的org.eclipse.update文件夹


5、重启 Myeclipse,看到了界面


Myeclipse10 安装Aptana插件 - 中华神鸟 - 中华神鸟


2. 配置:

配置 Code Assist,对我来说很重要,Javascript学的不咋地啊

07


配置 File Association,文件关联,主要有 htm,html,xml,javascript,css(css找不到,需要点右面的add来自己添加一个*.css然后再配置)   【貌似不支持使用Aptana Editor 来打开JSP文件】

08


再配置一些设置之后,重启Myeclipse,试试看,打开一个 html,呵呵,js有代码提示帮助,Enjoy it!

010