views:

298

answers:

8

First of all, I do all my coding strictly in code view in Dreamweaver for a good few years now. I could do all my coding in Notepad, but Notepad doesn't have any features. :) I've never thought of changing because I just got used to Dreamweaver over time. But now it's starting to irritate me here and there. I also want to switch to a more lightweight editor.

What I don't like in Dreamweaver is that tabs can't automatically be changed to spaces (very annoying, any solutions are welcome too). It also creates a lot of useless whitespace everywhere.

I love Dreamweaver's automatic auto complete for html and css, this speeds up my coding very much because I don't have to type out every character. I've tried some other editors, but I really miss this feature. Dreamweaver also auto completes css classes from included css files in the header.

Is there any other editor that has similar features? Free or license is fine. I like Sublime Text (http://www.sublimetext.com/).

Thanks!

+3  A: 

Notepad++ is the best for Window: http://notepad-plus.sourceforge.net/uk/site.htm

samuraisam
A: 

Microsoft Expression Web. It is not free...

eKek0
A: 

I have tried PHP Designer 7 and it rocks with its features. Most of all, you get autocomplete for methods / variables in PHP classes.

Juraj Blahunka
A: 

If you use a PC, you could try out VisualStudio express / Visual Web Developer, which is free. http://www.microsoft.com/express/product/

Mathias
A: 

If you enjoy html markup completion then snippets in Textmate for Mac is amazing. I use it all the time for all my HTML and CSS work. However if you are a windows person I hear E-TextEditor is the best replacement for Textmate. Both require licenses.

avelis
+2  A: 

I've came to a solution that, though it's not lighter than Dreamweaver (as you requested), is very robust, works like a charm and was quite a productivity boost!

Check out:

Eclipse + Aptana as a plug-in (how to auto-upload on save)

Frankie
I use Aptana too! Like its auto complete and ftp integration :) A very good open source project.
Andy Li
@Andy Li, with a few Tweaks Eclipse + Aptana can be almost whatever you want them to be. A great project.
Frankie
+1  A: 

You might be interested in HTML-Kit.

Joe Internet
A: 

KompoZer may be of interest.

GreenMatt