Page 1 of 1

[solved][Dreamweaver 2004]: equivalent under Linux?

Posted: Tue Aug 22, 2006 10:19 am
by cheikhbouchihda
Hello to every body,
I'm accustomed to use Dreamweaver 2004 when developping in PHP under Windows, but now, I hardly work only under Linux when developping in PHP by using vi as an editor, and I find this one very well and complet, but I prefer an editor as Dreamweaver under Windows, so which editor, do you recommand me, in this case?
Thanks in advence for the help.

Posted: Tue Aug 22, 2006 10:33 am
by feyd
Eclipse, Kate, Komodo, etc.. I can't recommend anything WYSIWYG as well, that's just not programmer-like, now is it?

Posted: Tue Aug 22, 2006 10:51 am
by cheikhbouchihda
Thanks, feyd.
cio.

Posted: Tue Aug 22, 2006 12:14 pm
by Chris Corbyn
WYSIWYG = Quanta

The best -- and by a mile -- for code highlighting is Kate. Incidentally, Quanta uses many of the KDE libs that Kate is built from so it highlights the same. I'm not overly familiar with Dreamweaver, and I don't want to get into another generic "best editor" thread so I'll leave it there since they offer similar things.

Posted: Wed Aug 23, 2006 5:14 am
by cheikhbouchihda
Hello,
The aspect of Dreamweaver 2004 that I'm looking to replicate when using Linux is text-editor + FTP/SFTP/WebDev features.

Posted: Wed Aug 23, 2006 7:18 am
by Chris Corbyn
cheikhbouchihda wrote:Hello,
The aspect of Dreamweaver 2004 that I'm looking to replicate when using Linux is text-editor + FTP/SFTP/WebDev features.
Kate supports that. When you go to "Open", you type:

ftp://user:pass@host.com/directory

The choose the file you want to work with remotely. The text editor is second-to-none like I say.

Posted: Wed Aug 23, 2006 10:09 am
by cheikhbouchihda
Thank you very much d11wtq, from now on , I'll use Kate.
cio.