Is there a good IDE available for extjs development? So that you do not need to refer to API to see which events/methods are supported by a object?
There are plugins for Eclipse, Spiket IDE and Aptana that will do code-suggest. However, you should always refer to the API as there may be cases where nuances to the functionality can be understood. There are often in-depth examples of how the code must be implemented to work correctly.
There is an Aptana plugin (Eclipse based plugin for Aptana IDE).. I have not used it though. May be you can give it a try.
You can get the plugin from Sencha forum - Link: http://www.sencha.com/forum/showthread.php?89417-3.X.X-Aptana-plugin
i use eclipse and spket plugin...
spket also support other js framework, like jquery, prototype, YUI, etc
Miha Trtnik. have a good article to that.
http://www.webeks.net/extjs/eclipse-javascript-plugin-ext-js.html
If you are simply looking for code completion spket and aptana studio are the way to go.
Related
I recently read FIRST CLASS ECLIPSE SUPPORT which made me expect a cn1lib-wizard. But there still is none, right?
The gist of the article is that we will update the Eclipse plugin with the NetBeans & IntelliJ versions. With the trend of migrating towards common code across IDE's within our plugin (the new settings UI) this should be much easier and Eclipse should no longer be out of date with the other IDE's.
I'm not sure when we'll get around to do the library template, unlike the other features it requires some work since the Ant implementation on Eclipse is rather different. So it's hard to give a specific date.
I am learning cakePhp framework. I want to netbeans as IDE. But only ZEND and symphony frameworks shown to be available. But cakephp is not even shown. I installed plugin, restarted netbeans IDE but still not working. Any suggestion how to fix the problem
If you have some problem relate to cakephp-netbeans plugin, please submit them to github issue tracker.
I need some information.
environments (e.g. OS, NetBeans version, plugin version)
steps (detail)
screenshots (if possible)
e.t.c
Thanks.
Are there any TFS plugins available for the Force.com IDE? We are trying to centralise our CRM, and we would like to have TFS integration in Force.com IDE.
Which plugins are available? Which have you found most useful.
Does anyone know about this, which plugins are available?
We need this as we already have a historical repository in TFS with respect to the existing application framework. We are likely to add couple of more Force.com utilities to the framework. Hence it would be more mangeable to have a single repository rather having it on multiple ends. Any Idea will be appreciated
Well, force.com IDE is essentially a customized Eclipse so a TFS plugin for eclipse should in theory work, check here.
Though, I am not certain why you need it, SF sandbox itself in combination with Force.com IDE is a form of merge-based Apex source repository.
Just to clarify things first. The Force.com IDE is built as a plugin for the eclipse editor. There are many many other plugins for eclipse. What you want is http://www.teamprise.com/index.html - this however is not free. If you have an MSDN account it should be available to you already.
I use eclipse with the Force.com plugin and the subclipse (subversion) plugin side by side and it works quite well. So I'd assume with a bit of tinkering you can get teamprise working alongside the force.com plugin.
I started working on Ext JS, but the building process has always been a headache to me as I always used notepad..
Can you suggest some tools which help me build the Ext JS applications easily....
Initial GUI Setup (if you're feeling lazy!)
Ext Designer
IDE for further development
Aptana Studio or CodeRun (online) or eCoder (online)
Bug testing during development
Firebug
Debugging the final layer of polish
YSlow for Firebug
I'm usually a fan of Eclipse, but Check out PHPStorm, it has better colouring, works well with libraries and does refactoring.
Try Aptana Studio + Firebug. Plus a handset of each type you intend to code for.
Also, see this link for an answer to a similar question:
"Debugging" ExtJS script
TextMate? It's really a matter of personal preference.
I recommend Textpad - I've been using it for 12 years now.
Spket IDE is powerful toolkit for working with JavaScript Framework like extjs.
You can also use Eclipse and Spket plugin for developing better javascript code. Visist http://www.spket.com/ for more details.
(Pre-warning. I'm not quite sure if this question belongs here or not)
I've just installed my first use of buzilla (v3.6.2) and I have a few issues with having to remember users names and keywords. Is there an extension or plugin for bugzilla that does this?
It's going to be a standard feature in Bugzilla when 4.0 is released.
I create an addon once
http://bitbucket.org/domruf/bugzillaautocomplete
maybe you want to try it until 4.0 is released
Bugzilla 4.x comes with autocomplete feature. It is made available by the YUI library:
http://developer.yahoo.com/yui/autocomplete/