zoukankan      html  css  js  c++  java
  • 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/

  • 相关阅读:
    洛谷 P1578 奶牛浴场 题解
    LOJ167 康托展开 题解
    三校联训 【NOIP模拟】寻找
    洛谷 P1809 过河问题 题解
    有关多边形面积的总结
    LOJ 103 字串查找 题解
    洛谷 P2384 最短路 题解
    POJ 2492 A Bug's Life 题解
    LOJ 10214 计算器 题解
    洛谷 P2868 [USACO07DEC]观光奶牛Sightseeing Cows 题解
  • 原文地址:https://www.cnblogs.com/pocter/p/3684529.html
Copyright © 2011-2022 走看看