Spket的安装方法(两种方式)
一.在线安装:
1、Help->Install New Software...->Add...->Name: "Spket",
Location:http://www.spket.com/update/ 下载完毕重启Eclipse.
2、Help -> Software Updates -> Find and Install...-> Search for new features to install ->New remote site...
Name: "Spket", Url: http://www.spket.com/update/,然后会自动下载Spket,现在最新版本为1.6.18,下载完后重启 Eclipse 就完成了初步的安装。
二.手动安装:
1、到http://www.spket.com/download.html下载 Plugin 版本,当前版本为1.6.18.下载解压后直接放置于Eclipse的dropins目录下,重启Eclipse.
2、Window -> Preferences -> Spket -> JavaScript Profiles -> New ;
输入“ExtJS”单击OK;
选择“ExtJS” 并点击“Add Library”然后在下拉条中选取“ExtJS”;
选择 “ExtJS”并点击“Add File”,然后在你的./ext-2.1/source目录中找到“ext.jsb” 文件,选中打开!(在ext4.0中没有ext.jsb文件需要另外下载一个ext.jsb)
3、选中ExtJS,然后点击右边的Default,把此设置为默认,现在在一个JavaScript里面输入"EXT."看是否会出现代码提示?如果出现了就证明安装成功了~~
三、下载jQuery文件,(要下载开发版本).
1.设置spket ,Window -> Preferences -> Spket -> JavaScript Profiles -> New,输入“jQuery”点击OK; 选择“jQuery” 并点击“Add Library”然后在下拉条中选取“jQuery”; 选择 “jQuery”并点击“Add File”,然后选中你下载的jQuery.js 文件;设 成Default;
2.设置js打开方式(这一步很重要,不设置的话,也不会有jQuery的智能提示), Window -> Preferences ->General-> Editors-> File Associations-> 选择*.js,将Spket JavaScript Editor设为Default。
3.新建一个js文件,jQuery自动提示!!
共同学习,写下你的评论
评论加载中...
作者其他优质文章