Possible Duplicate:
Is there a Dreamweaver HTML editor replacement?
Hello Can anybody suggest me the best editor for ubuntu(9.10) for programming purpose like dreamweaver.and also the command how to install this editor on system.
Possible Duplicate:
Is there a Dreamweaver HTML editor replacement?
Hello Can anybody suggest me the best editor for ubuntu(9.10) for programming purpose like dreamweaver.and also the command how to install this editor on system.
I recommend vim.
It is highly customizable. Its learning curve is a bit tough, but possibilities are almost endless.
Here is tutorial with installation tips and other useful stuff.
It is a same question like this.
For web development you can use an editor called Bluefish.
http://bluefish.openoffice.nl/
Bluefish is targeted towards programmers and webdesigners, with many options to write websites, scripts and programming code. Bluefish supports many programming and markup languages, and it focuses on editing dynamic and interactive websites. See features for an extensive overview
You can install this from the command line using the following command
sudo apt-get install bluefish
