Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>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).</p> <ol> <li>Into Aptana Studio go to Help -> Install New Software</li> <li>Click "Add" to add a repository <ul> <li>Name: Spket IDE</li> <li>Location: <a href="http://www.spket.com/update/" rel="nofollow">http://www.spket.com/update/</a></li> </ul></li> <li><p>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</p></li> <li><p>Download <a href="http://www.agpad.com/downloads/com.spket.js_1.6.18.jar" rel="nofollow">http://www.agpad.com/downloads/com.spket.js_1.6.18.jar</a></p></li> <li>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).</li> <li>In Aptana Studio go to Windows -> Preferences -> Spket -> Javascript Profiles <ul> <li>Click "New" and write "SenchaTouch"</li> <li>Select "SenchaTouch" and click "Add Library" and select "ExtJs" from the list displayed</li> <li>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"</li> <li>Select "SenchaTouch" again and click "Default" button</li> <li>Click "OK"</li> </ul></li> </ol> <p>Now open a ".js" script of a sencha touch project and check it out.</p> <p>Hope it will help</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload