0
votes
Which text editor has the most useful autocomplete for web page editing?
The best auto-completion feature I've used for web development is the one included in the Aptana Studio IDE.
Aptana is based on Eclipse, a …
0
votes
0
votes
Starting javascript development - what to do?
If you already use InelliJ Idea, it also has pretty good support for javascript development. It does highlighting, autocompletion, and some level of code validation.
For debugging, the best tool I …
2
votes
JavaScript Debugger
Aptana Studio IDE has a nice javascript debugger.
The community version supports only Firefox, the professional one also supports …
4
votes
Localization in OpenSocial gadget app
To extract the values you should use the getMsg method
var prefs = n …
0
votes
1
vote
