Where is the support for external IDEs at?
It's Oct 2012 and I have the same issue the two gentlemen reported here. I am using IntellijIdea to edit javascript files and I rely a lot on its power (code completion, refactoring etc). I want to edit my JavaScript code using IntellijIdea and not Sencha Architect (SA). I like how SA generates UI and the event stubs for me, but again, I want to edit the function bodies using IntellijIdea.
Ext Designer worked well for me because there were some classes that were generated only the first time and I could tap into those files to add my own custom code there.
So, can I do the same with Sencha Architect? Can you point me to some patterns? I took a look at the js files in the project directory and they all the have the warning:
* Do NOT hand edit this file.
Thank you