What's your favorite HTML editor?

Status
Not open for further replies.


I use sharepoint designer for the little HTML editing that i do.

Fuck man, I'm not familiar with share point designer, but before I went fulltime into AM, I was sharepoint sys admin.

I hate this thing... Just can't imagine how it could be useful to anyone.
 
I usually use notepad or textpad. I tried CrimsonEditor recently which isn't bad and does syntax highlighting. Dreamweaver isn't too bad if you use code view it just seems to be a bit overkill for what I would use it for. I can't stand WYSIWYW(want) editors.
 
Notepad most of the time. When I have an error in PHP, and need to find a line number, I have this DPHPedit thingie.
 
Zend Studio is fuckin great all around, but the Text Indent feature doesnt do shit for indenting HTML which I have gotten horribly spoiled by as a result of using UltraEdit 32.

The same company that makes UltraEdit also makes UEStudio which is more of an IDE and has function popups (Whats that called where you write a function and a popup shows the params, etc)
 
I use jEdit for my PHP+HTML, its a really good editor designed for programmers. It has syntax highlighting for many languages and plugins that, for example, let you see which opening tag a closing tag belongs to. I also use a plugin that shows you the DOM tree of a php page (as a tree), for debugging broken HTML.
 
code view in dreamweaver cs3. I've always liked the way I can manage multiply sites with dreamweaver.
 
Notepad++

I like the theme option. When coding for hours, I like having the dark blue background in Notepad++ vs. a white background.
 
Status
Not open for further replies.