JS Studio is a Qt-based cross-platform IDE for developing JavaScript-based web applications.
Syntax highlighting
Code completion
Project management
Build system
Integration with common VCSs
Interface can be fully extended / modified by JavaScript addons
To install JS Studio on ubuntu 11.10
1.Open Terminal.To open terminal click the Dash home from unity launcher.And type terminal in the search field. And click Terminal.
2.Type the below code in terminal and hit enter.
sudo apt-add-repository ppa:george-edison55/george-edison
Type your ubuntu password if needed and press enter.
3.Then press enter to continue or ctrl-c to cancel adding the ppa.
4.Type below command and hit enter
sudo apt-get update
5.Then type below command and press enter
sudo apt-get install jsstudio
Why only Ubuntu?