Eclipse中安装Extjs插件

1.Help → Software Updates → Find and Install… → Search for new features to install → New remote site… Name: “Spket”, Url: “http://www.spket.com/update/”
2.Window → Preferences → Spket → JavaScript Profiles → New
Enter “ExtJS” and click OK ,Select “ExtJS” and click “Add Library”, then choose “ExtJS” from the dropdown
Select “ExtJS” and click “Add File”, then choose the “ext.jsb” file in your “./ext-2.x/source” directory
Set the new ExtJS profile as the default by selecting it an clicking the “Default” button on the right-hand side of the “JavaScript Profiles” dialog.
Restart Eclipse
3.Window → Preferences → Spket → Editors → JavaScript Editor, find the "Auto activation triggers" in the right column, you just enter ".abc" for a mark. then click apply and click ok button to close current dialog.
4.File → Export → General → Preferences → clici Export all and locate you preference → Finish
5.open the *.epf file that you just export, and override the mark characters ".abc" with ".abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ,(@", save the changed *.epf file.
6.File → Import → General → Preferences → click Import all and locate you changed preference *.epf file → Finish

你可能感兴趣的:(JavaScript,eclipse,ext)