当前位置: 代码迷 >> 综合 >> Spket+MyEclipse(我的为Eclipse 3.2.2版本)
  详细解决方案

Spket+MyEclipse(我的为Eclipse 3.2.2版本)

热度:35   发布时间:2024-01-10 07:29:02.0
EXTJS2.2开发工具,Spket+MyEclipse(我的为Eclipse 3.2.2版本)2008-12-31 09:21
Spket IDE是目前支持Ext 2.0最为出色的IDE。
它采用.jsb project file 文件并将继承于基类和所有文档的内容嵌入到生成代码提示的Script doc中。
由于Spket只是一个单纯的编辑器,没有其它格式的支持(如CSS),所以我们的做法是用它的Eclipse插件形式。

1. ECLIPSE→ Help → Software Updates → Find and Install… → Search for new features to install → New remote site… 名称: “Spket”,

地址URL是http://www.spket.com/update/ 完成后重启(自动会加载插件,也可CMD → ECLIPSE目录 使用命令 eclipse -clean 重新编译)。
网址有时候打不开,直接从http://www.spket.com/下载plugin。

2. Window → Preferences → Spket → JavaScript Profiles → New ;
输入“ExtJS”点击OK;
选择“ExtJS” 并点击“Add Library”然后在下拉条中选取“ExtJS”;
选择 “ExtJS”并点击“Add File”,然后在你的./ext-2.x/source目录中选取“ext.jsb” 文件,选择你想加载的插件;

3. 设置新的ExtJS Profile,选中并点击“JavaScript Profiles” 对话框右手边的“Defalut”按钮。

4. JS打开方式为:Window → Preferences → General→ Editors→ File... 选择JS 为 Spket JavaScript Editor(default) ( OK,这个很重要!!)

属性支持类似JAVA类,声明后才可以获得属性,Spket 还封装了JS常用函数。EXT编写环境已经捆饶以久,可是说Spket+EXT是最完美的编写EXT环境。
  相关解决方案