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?
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).
- Into Aptana Studio go to Help -> Install New Software
- Click "Add" to add a repository
- Name: Spket IDE
- Location: http://www.spket.com/update/
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
- 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).
- 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
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 ...
In IntelliJ you can add the Sencha Touch libraries and you will get some completion. It's not perfect but it definitely helps. You can try it free for 30 days.
http://blogs.jetbrains.com/idea/2012/04/smarter-javascript-completion-in-intellij-idea-111/
This related question has additional information:
Including JavaScript libraries to IntelliJ IDEA's autocomplete
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.
I'm using eclipse with aptana 3 and spket plugins. You can configure spket to use auto complete feature to work with sencha touch 2.3.1. See my answer.
Sencha’s recently launched JetBrains plugin is an Integrated Development Environment tool that creates a confluence between Sencha Frameworks and JetBrains software. This integration comes in the form of code completion, inspection, and suggestion, while seamlessly cooperating with native JetBrains behavior.
Cheapest license available is for WebStorm infact free for students and other special categories.
Sencha experts will love the the ease with which changes are refactored and how simple it is to trace code to the source.
Sencha beginners will benefit as the JetBrains plugin provides completion suggestions while encouraging best-practice code structure and syntax.
What more it is available for development of both Touch as well as ExtJS. For more details follow Sencha link
© 2022 - 2024 — McMap. All rights reserved.