EXTJS的Eclipse Plugin安裝

準備動作
1.下載你需要的Eclipse http://www.eclipse.org/downloads/
2.下載你所需要的ExtJS版本,並解壓縮 http://www.sencha.com/products/extjs/download?page=a



安裝步驟
1.於Eclipse安裝spket plugin

  • Help->Install New Software->Add
  • Name=Spket(可以自訂),Location= http://www.spket.com/update/
  • 安裝Spket IDE
  • 安裝完以後重開Eclipse
2.設定Spket的Javascript Profile
  • Window->Preference->Spket->Javascript Profiles->New
  • Name=extjs(可以自訂)
  • 選擇extjs->Add Library->選擇ExtJS
  • 選擇extjs->Add File->選擇你解壓縮ExtJS目錄下的xxx.jsb2(官網寫的是sdk.jsb3)
  • 選擇extjs->按下Default(讓系統預設以extjs的api開啟)
3.設定File Associaiton
  • Window->Preference->General->Editors->File Associations
  • 設定你需要以Spket預設開啟的檔案格式
4.如果要關掉Spket除錯的選項,可以到Window->Preference->Spket->Editors->Javascript Editor中修改Show Syntax Error選項

參考資料
http://www.spket.com/extjs.html

0 意見: