Sencha Touch IDE or Editor

14,685

Solution 1

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).

  1. Into Aptana Studio go to Help -> Install New Software
  2. Click "Add" to add a repository
  3. 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

  4. Download http://www.agpad.com/downloads/com.spket.js_1.6.18.jar

  5. Replace the existing file located in "C:\Program Files\Appcelerator\Aptana Studio 3\plugins" or where did you installed Aptana (in "plugins" folder) You must install this because Spket only supports format "jsb1" and "jsb2". With this fix it will support "jsb3" (wich Sencha Touch use it).
  6. In Aptana Studio go to Windows -> Preferences -> Spket -> Javascript Profiles
    • Click "New" and write "SenchaTouch"
    • Select "SenchaTouch" and click "Add Library" and select "ExtJs" from the list displayed
    • Select "ExtJs" and click "Add File" 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"
    • Select "SenchaTouch" again and click "Default" button
    • Click "OK"

Now open a ".js" script of a sencha touch project and check it out.

Hope it will help

Solution 2

I just created a Sencha Touch plugin for intelliJ, which colors tabs, adds icons to help to differ the MVC files and add code templates to empty MVC files. (I uploaded images here)

Further since intellij 12 code completion is really great even without adding ST libraries.

Solution 3

You don't have an IDE for Sencha Touch as such. There's no IDE that can give you CTRL+Space functionality.

Use senchafiddle.com instead ...

Share:
14,685
Arindam Mukherjee
Author by

Arindam Mukherjee

A Mobile app developer :By passion and by work.

Updated on August 01, 2022

Comments

  • Arindam Mukherjee
    Arindam Mukherjee almost 2 years

    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?