Just beginning to learn jquery, in order to build a good environment is very important, so I tried a lot of ways, one of the following.
First, to download the good Aptana plug-in
Official website: http://update1.aptana.org/studio/3.2/024747/index.html
my: http://pan.baidu.com/share/link?shareid=593008&uk=2216396822
Second, take my own example, in the D Disk new folder Aptananew (custom)
Open the Aptananew file and create a new folder in it, such as: aptana_update_2012
Open the aptana_update_2012 folder and create a folder inside it, such as eclipse (this can only be eclipse)
After extracting the downloaded Aptana_update_024747.zip, put the features and plugins folders into the Eclipse folder
Six. Find your eclipse or MyEclipse installation path:
There are two ways to do this:
1. If the installation directory for Eclipse has the Dropins folder and MyEclipse more than 8.5 versions:
You can copy the aptana_update_2012 folder to the Dropins folder and jump to the eighth step below.
Example: D:\MyEclipse10\MyEclipse 10\dropins\aptana_update_2012\eclipse (features and plugins under the Eclipse folder)
2. If the installation directory for Eclipse does not have the Dropins folder and the MyEclipse version below 8.5: You have to look at the seventh step (in fact this method is generic)
Create a new Links folder in the installation directory, build the Aptana.link file inside, then open the Aptana.link file and introduce the aptana_update_2012 folder path:
For example: D:\eclipse\links (Links folder with Aptana.link file)
D:\MyEclipse10\MyEclipse 10\links (Links folder with Aptana.link file)
Write in the Aptana.link file:
path=d:\\aptananew\\aptana_update_2012
Note: 1, the above links and link is the difference: Links is a folder, link is the Links folder inside the file suffix name
2, Path road strength can not have Chinese or have space
Eight, restart your myeclipse can
Nine, to your myeclipse in the window/preference/next will see a lot of a Aptana, in the Aptana to configure the jquery plugin:
Aptana---Editors-->javascript-->codeassist on the right will see the jquery option, check it out.
Hope to be useful to you!!!
Aptana plug-in detailed procedures for installing to eclipse and MyEclipse