日期:2014-05-16  浏览次数:20551 次

Eclipse插件JSEclipse和Aptana的下载和安装
插件介绍:JSEclipse是个Eclipse下的免费Javascript脚本编辑器,最大的特点就是对js的自动完成功能非常完美,支持普通DOM对象的点取,如document对象,screen对象等等...
?下面我将介绍在Eclipse中如何安装JSEclipse:
?在http://www.interaktonline.com/Products/Eclipse/JSEclipse/Overview/中下载JSEclipse中下载JSEclipse_1.5.5.jar(此时的最新版本);我们将JSEclipse_1.5.5解压后在产生的文件夹中的readme.txt里有解压产生的文件夹的说明,其中有描述如下:
?? - features/ - this folder includes the JSEclipse features
?? - plugins/ - this folder includes the JSEclipse plugin
?? - documentation - this folder contains the JSEclipse user manual in?two different formats: Windows Help File (CHM) and FlashHelp
?? - License/ - the file includes the JSEclipse license (please select the one in your language)
?? - site.xml - this file is the site descriptor. It is used by the Eclipse IDE to determine the JSEclipse package location.
? - Install.txt - the file includes the JSEclipse installation notes
? - Readme.txt - this file
显示了各个文件夹的作用;
我们打开documentation 这个文件夹,有chm和flash这两中说明文档,其中有在Eclipse中安装JSEclipse的说明(见2000_installing.htm)
让Eclipse在网络上来查找JSEclipse的安装文件
? 在Eclipse里如下选择:Help > Software Updates ->Find and Install再随后打开的对话框里选择Search for new features to install,再随后打开的对话框里选择New remote site按钮,在打开的"New Update Site"中输入如下:
?? Name: JSEclipse from Adobe Labs
?? URL : http://download.macromedia.com/pub/labs/jseclipse/autoinstall
?? 点击OK
随后将 JSEclipse from Adobe Labs 选中,然后就是安装了;?
插件介绍:Aptana写javascript和ajax很强,但是aptana单独安装会很大,为了偷懒,索性就在eclipse上在线安装插件吧。。。
在这里有详细步骤:http://update.aptana.com/update/3.2/

其中升级最为关键的一步:
插件名称:JSEclipse
升级url:http://update.aptana.com/update/3.2/

最后会出来:Aptana Web Development Tools。。。。。然后点完成。。。ok。。自己升级去吧!
1 楼 spiritfrog 2008-06-20  
Aptana 对ext2的语法提示好像不全
2 楼 linzhong2006 2008-06-22  
嗯,原始版本的Aptana1.1版本只支持EXT1.1,
所以如果想最新的Aptana1.1版本支持Ext1.1版本
所幸Aptana论坛有人提供了第三方的升级插件,我们可以通过http://support.aptana.com/asap/browse/STU-547或http://orsox.mocis.at/download.php?list.1进行下载,直接copy到Aptana的plugins文件夹下重启Aptana即可运行。

此时我们可以通过Aptana的[Window]项下[Preference]选项调整Aptana的设置选择支持Ext2.0。
3 楼 weixy2000 2008-12-20