为 Ext js 和 spket IDE 插件设置 eclipse
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/6306832/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Set up eclipse for Ext js and spket IDE plugin
提问by lucky
i need to set my eclipse for ext js. I downloaded ext js 3 and installed spket plugin and did all the steps(setting javascript profiles) from this website. http://ria.arunkumarm.com/2010/09/setting-up-eclipse-ide-for-extjs-jquery.html
我需要为 ext js 设置我的 eclipse。我下载了 ext js 3 并安装了 spket 插件,并从该网站完成了所有步骤(设置 javascript 配置文件)。 http://ria.arunkumarm.com/2010/09/setting-up-eclipse-ide-for-extjs-jquery.html
But still dont see code complete.
但仍然没有看到代码完整。
Also i want to be able to run a very basic example on eclipse. Any one know of any websites /tutorials that helps development in eclipse.I am looking for something like that explains everything from start.
我也希望能够在 eclipse 上运行一个非常基本的例子。任何人都知道任何有助于 eclipse 开发的网站/教程。我正在寻找类似的东西,从一开始就解释了一切。
回答by MikeRoger
Simply use Eclipse menu ... help->"Install New Software". You paste in the update site http://www.agpad.com/update/then select Spket IDE when it appears and and follow the steps.
只需使用 Eclipse 菜单...帮助->“安装新软件”。您粘贴更新站点 http://www.agpad.com/update/,然后在出现 Spket IDE 时选择它,然后按照步骤操作。
回答by www.thuvien247.net
I followed this guide, and it works for both Ext 3.x and 4.x :
我遵循了本指南,它适用于 Ext 3.x 和 4.x :
http://ducquoc.wordpress.com/2011/02/16/eclipse-extjs-jquery/
http://ducquoc.wordpress.com/2011/02/16/eclipse-extjs-jquery/
Hope this helps,
希望这可以帮助,
回答by Snehal Masne
When the JSB approach does not work, go for “Add Folder” approach:
当 JSB 方法不起作用时,请使用“添加文件夹”方法:
1. Select “EXT JS” profile -> click “Add Folder” button -> browse to the ExtJS SDK folder which you downloaded, click “Open” .
2. The profile will show all the JS files of Ext SDK, by default.
3. Make default JS profile, then associate default JS Editor
回答by HDave
Instructions are here:
说明在这里:
NOTE: When you add the update site, you must install all the items (Spket, Xerces, and Spket text editor) or else it won't work. Other than this small issue their instructions worked fine.
注意:添加更新站点时,必须安装所有项目(Spket、Xerces 和 Spket 文本编辑器),否则将无法运行。除了这个小问题,他们的指示工作正常。