zoukankan      html  css  js  c++  java
  • html5游戏开发1Aptana 3 eclipse 插件安装

    1) Installing via Eclipse

    http://download.aptana.com/studio3/plugin/install 

    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安装成功。

     

  • 相关阅读:
    MySQL 中的 3 种注释
    Macbook 彻彻底底的卸载MySQL
    MacBook 安装 MySQL 5.7.29(新手都看得懂的安装教程)
    Java Junit单元测试
    理解 Java 方法引用(方法引用符:“双冒号 :: ”)
    iOS应用启动时间
    iOS遍历数组的同时删除元素
    Xcode 中的断言
    Mac 下 查看 使用某端口的进程和关闭该进程的命令
    RAC 数据库的启动与关闭
  • 原文地址:https://www.cnblogs.com/JoannaQ/p/2676212.html
Copyright © 2011-2022 走看看