Is there any Sencha Touch 2 IDE or Editor? I know about Sencha Architect 2. But it is too costly. If anyone using Sencha Touch IDE, so we can give only CTRL+SPACE, and it will give me the all methods?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use Aptana (free) adding a custom autocompletion library for Ext.js / Sencha.
Works quite well with Sencha Touch 1 (I didn’t find it yet for ST2).
In “Work with:” list select the item u just added
A list will appear wit 3 repositoryes for Spket IDE. (Spket IDE, Spket Text Editor and Xerces for Spket IDE)
Install all of them
Download http://www.agpad.com/downloads/com.spket.js_1.6.18.jar
You must install this because Spket only supports format “jsb1” and “jsb2”. With this fix it will support “jsb3” (wich Sencha Touch use it).
Locate youre “sencha-touch.jsb3” wich is containted in the zip file downloaded from sencha.com. (make sure all the files from that archive are located in the same folder)
….and click “Open”
Now open a “.js” script of a sencha touch project and check it out.
Hope it will help