MyEclipse安裝Spket插件包

安裝插件

首先在網上找到spket的插件包,下載後解壓可以看到有這樣2個文件夾。分別是features、plugins,然後找到

eclipse、MyEclipse的安裝目錄(C:/Program Files/MyEclipse),在這個文件夾中找到eclipse或是myeclipse文件夾,

將features、plugins直接放入文件夾中即可。提示否覆蓋選擇是;

 

Create JavaScript profile

  1. Select the menu item Window > Preferences... to open the workbench preferences.
  2. Select the Spket > JavaScript Profile preference page to display the installed JavaScript Profiles.
  3. Click the New.. button. In the Name field, typeExtAIR as the name for the new profile. Then click OK.
  4. Click the Add Library button. From the Library drop-down list, selectAIR. Then click OK.
  5. Select profile ExtAIR then click the Add Library button. From theLibrary drop-down list, select ExtJS. Then clickOK.
  6. Click the Add File button, choose ext.jsb which can be found inExt source folder
  7. Select the ExtAIR profile created in step 3, click theDefault button make it the default profile for all project. The default profile can also be configured per project by usingConfigure Project Specific Settings... link.
  8. Click on OK to save the preferences.

profile

Start coding

  1. From the menu bar, select File > New > File
  2. In the File name field, type test.js as the name for the new file. Then clickFinish.

code completion


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章