4

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.

shalu
  • 353

7 Answers7

7

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.

qutron
  • 241
  • I m trying to install but give some error – shalu Nov 18 '10 at 08:39
  • ubc@ubc-desktop:~$ apt-get install vim vim-common vim-gnome vim-gui-common vim-runtime E: Could not open lock file /var/lib/dpkg/lock - open (13: Permission denied) E: Unable to lock the administration directory (/var/lib/dpkg/), are you root? – shalu Nov 18 '10 at 08:40
  • try sudo apt-get install vim vim-common vim-gnome vim-gui-common vim-runtime – qutron Nov 18 '10 at 08:48
  • it successfully run. It installed or need any other step need ? – shalu Nov 18 '10 at 09:20
  • thats it, So you can read tutorial now)) – qutron Nov 18 '10 at 09:41
  • 3
    I would not suggest vim as a replacement for dreamweaver. The learning curve from one to the other is more than "a bit tough". – Oli Nov 18 '10 at 12:24
  • You might want to try the list of resources here: http://net.tutsplus.com/articles/web-roundups/25-vim-tutorials-screencasts-and-resources/ – Mussnoon Nov 18 '10 at 12:54
  • vim as Dreamweaver replacement!? Came on people, this answer does not deserve it's score. There are bunch of users, which recommend either vim or emacs for anything in question. It's same horde of supporters – zetah Nov 07 '11 at 17:13
5

geany Install with sudo apt-get install geany geany-plugins

sagarchalise
  • 23,988
3

I would prefer netbeans and eclipse. Both are available on software center.

aneeshep
  • 30,321
  • I dont know about linux.can u please tell me whole procedure.Thanks – shalu Nov 18 '10 at 05:06
  • ok i found the software center – shalu Nov 18 '10 at 05:07
  • Hope you have successfully installed it. if you feel any difficulties feel free to post it here. – aneeshep Nov 18 '10 at 05:26
  • ok again thanks for reply.I m installing but it taking time – shalu Nov 18 '10 at 05:30
  • here is a similar post: http://askubuntu.com/questions/7391/is-there-a-dreamweaver-html-editor-replacement – aneeshep Nov 18 '10 at 05:37
  • I have installed netbeans but how to open a file in this editor?and also where i can see this installed editor? – shalu Nov 18 '10 at 06:05
  • To open a file click on the file menu and select the 'open file' option. Usually it will create an icon on the desktop. if it is not there you can open it from the appliations -> Programming -> netbeans ide – aneeshep Nov 18 '10 at 06:38
  • I open a php file in both editor but it not highlight php code and also not html tag it show file content like when i paste some code in nodepad.need any setting? – shalu Nov 18 '10 at 07:02
  • By default ubuntu provide gedit but in this i m not able to find start tag and closin tag thats why i need other editor. – shalu Nov 18 '10 at 07:04
  • I guess the best editor is up to the use and how/where you want to apply the application. – Andre Nov 18 '10 at 07:14
  • Eclipse is a bit heavy and can be draggy based from my experience. It also has a very large support and plugins. – Andre Nov 18 '10 at 07:15
  • @shalu: Eclipse and netbeans are for serious project development. If you are looking for a simple lightweight editor, probably to edit single files with some additional features like syntax highlighting ,code folding etc. then 'geany' is for you. available at software center. – aneeshep Nov 18 '10 at 07:22
2

It is a same question like this.

Is there a Dreamweaver HTML editor replacement?

kit.yang
  • 2,142
1

You may also be happy with Gedit, the GNOME standard editor that is already installed in Ubuntu. There are many options and plugins available for configuring Gedit to meet your needs.

Takkat
  • 142,284
  • I have tried all advanced option that provided with gedit.But I m not able to find the end tag(html).Mean suppose i take mouse over a
    tag and i want to find the end of this div tag than it not show like this option.
    – shalu Nov 18 '10 at 09:26
  • Thats why I need other editor.In dreamweaver when take mouseover a div tag and then right click it show the option select current tag area.it will highligted that particular div.We can easily found how many
    start and how many close.I m not figure out any help regard this.
    – shalu Nov 18 '10 at 09:30
  • I edited my answer for links to various plugins. – Takkat Nov 18 '10 at 10:19
0

dreamweaver is not an editor but a good solution for the web in Linux is Aptana. It is not WYSIWYG. To install it, only downlad unzip it (if necessary) and run it. Aptana will create a folder "workspace" (I´m not soure about the name) to your home folder and thats all.

Vassilis
  • 2,957
  • Dreamweaver is an editor. I used it in text-mode for all my webdev editing (except ASP.NET) back when I used Windows. – Oli Nov 18 '10 at 11:59
  • ok!! it´s not only an editor is a WYSIWYG and an editor. I will change my commend :) – Vassilis Nov 18 '10 at 12:10
0

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

alt text