zoukankan      html  css  js  c++  java
  • 在eclipse上安装Aptana插件

    方法一:英文版
    Aptana Studio Update Site

    This site is designed to be used inside Eclipse or to manually update an old version of Aptana Studio. If you already have Aptana Studio installed, it is recommended you use the internal update mechanism available via the Help menu > Check for Aptana updates...

    Installing this Plugin via Aptana or Eclipse

    1. From the Help menu, select Software Updates > Find and Install... to open an Install/Update pop-up window.
    2. On the Install/Update pop-up window, choose the Search for new features to install option, and click the Next button.
    3. Set up a new remote site to scan for updates.
      1. Click the New Remote Site... button to open a New Update Site pop-up window.
      2. On the New Update Site pop-up window, type the name of the new plug-in in the site Name text box.
      3. In the URL text box, type the URL for the update site.
      4. Click OK.
      5. Click the Finish button to open an Updates window.
    4. On the Updates window, check the box next to the name of the plug-in, and click the Next button.
    5. Choose the option to accept the terms of the license agreement, and click the Next button.
    6. Click the Finish button.
    7. Click the Install All button.
    方法一:在线安装:
    1. 在 Eclipse 的 Help 菜单中,选择 Software Updates->Find and Install...,这会打开 Install/Update 弹出窗口。
      1. 在 Install/Update 弹出窗口中,选择 Search for new features to install 选项并单击 Next
      2. 为了设置新的远程更新站点,单击 New Remote Site... 按钮,这会打开 New Update Site 弹出窗口。
      3. 在 New Update Site 弹出窗口中,在 Site Name 文本框中输入 Aptana
      4. 在 URL 文本框中,输入 Aptana 更新站点的 URL:http://update.aptana.com/install/3.2/ 并单击 OK
      5. 单击 Finish 打开 Updates 窗口。
      6. 在 Updates 窗口中,选择 Aptana update 复选框并单击 Next
      7. 接受许可协议的条款并单击 Next
      8. 单击 Finish
      9. 如果出现 Feature Verification 对话框,那么选择 Install All
      10. 如果提示您重新启动 Eclipse,单击 Yes 进行重新启动。
    方法二:手动安装(links方法): 1.下载安装包:Aptana update 2. 在Eclipse_Home里面新建两个文件夹,分别是:aptana和links. 3. 在aptana文件中新建文件夹eclipse,把前面下载的安装包解压到刚建立的eclipse文件夹中。里面包含:plugins,features两个文件夹和一个xml文件 4.在links文件夹中新建文本文件:aptana.link,文本内容就是:path=Eclipse_Home/aptana (比如我的就是:path=/opt/eclipse/aptana). 5.这样就安装好了。重启Eclipse.选择 Window->Open Perspective->Other,选择 Aptana 并单击 OK。如果出现 Aptana 透视图,就说明安装已经完成了。 简单的功能介绍

    Aptana中的智能提示称为 Code Assist,相当于VS中的Intellisense

    在eclipse上安装Aptana插件

    看到后面的浏览器图标了吗?那是浏览器兼容性的提示。如果你是一个JS老鸟你应该知道那对开发者来说有多重要。

    不仅仅是javascript,智能提示的范围还包括DOM 1,2 for HTML

    在eclipse上安装Aptana插件

    CSS

    在eclipse上安装Aptana插件

    看到后面的黄框框了吗?那是VS里称为Quick Info的东西。

    错误提示--一个都不能少:

    在eclipse上安装Aptana插件

     
  • 相关阅读:
    Leetcode424. 替换后的最长重复字符
    Leetcode82. 删除排序链表中的重复元素 II
    python 无序模块,hashlib模块
    python 内置方法
    python 面向对象的三大特性
    python 面向对象
    python 递归函数和二分查找
    python 装饰器
    python 函数名,闭包
    python 函数进阶
  • 原文地址:https://www.cnblogs.com/sayou/p/3075195.html
Copyright © 2011-2022 走看看