转自:http://blog.csdn.net/lizh0912/article/details/3929925
一、安装Spket方式
第一种方法:网上更新方式
1.插件首页:http://www.spket.com
2.插件名称:Spket IDE
3.更新连接(Update Site):http://www.spket.com/update/
更新安装方法:
1.[Help]-[Software Updates]-[Find and Install...]
2.[Search for new features to install] -> [Next]
3.[New Remote Site...] Name: "什么都行,spketjs" URL: http://www.spket.com/update/--> [Finish]
第一种方法:手动安装
1、到http://www.spket.com/download.html下载 spket-1.6.16.rar的压缩的包,
下载后把spket-1.6.16/eclipse/plugins下的全部的文件放到myeclipse安装路径下eclipse/plugins下,重启Eclipse.
二、配置Spket
注意:如果在安装spket过程中,你的eclipse或者Myeclipse是打开的,请重启eclipse或者Myeclipse。以便初始化插件,下面才会在Preferences中看到 Spket选项。
基本步骤如下:
1)Window → Preferences → Spket ;
如果Window → Preferences 下没有→ Spket ,把myeclipse安装路径下eclipse/configuration下有这个文件夹包org.eclipse.update,删除重新启动myeclipse,或者运行你的CreatePluginsConfig类,然后在控制台下面会输出一大串英文。这时要全部把控制台输出的英文都复制到F: \MyEclipse \ Genuitec\MyEclipse 8.5\configuration\org.eclipse.equinox.simpleconfigurator ,用记事本把bundles.info 打开,在最后一行回车一下。把刚才在控制台里面的内容都粘贴进去保存。
2)Spket → JavaScript Profiles → New, 输入“ExtJS”点击OK;
3)选择“ExtJS” 并点击“Add Library”然后在下拉条中选取“ExtJS”;
4)选择 “ExtJS”并点击“Add File”,然后在你的./ext-2.x/source目录中选取“ext.jsb” 文件(注:是下载的ext的源文件和api文档);
5)设置新的ExtJS Profile,选中并点击“JavaScript Profiles” 对话框右手边的“Defalut”按钮;
6) JS打开方式为 Window -> Preferences ->General-> Editors-> File...选择JS 为 Spket JavaScript Editor(default)*********(这个不要忘!!!)