For 'general webdesign work'and diverse coding jobs, the inmates use a wide range of editors, from Notepad via DreamWeaver to emacs to their own homecooked variants - see the following resources for some examples:
JEdit 4.2 Written in Java (so it runs on anything with Java 5, from Linux to Windows to BeOS), has a built-in macro & plugin architecture, plugin downloader/manager, auto indent, syntax highlighting, code folding, multiple file buffer, multiple file display with window splitting (handy). Working across platforms, I like working with JEdit because I can get that homey, custom feel on any OS.
nPad 2.3.1.3 - nPad2 is a simple notepad-like source viewer and editor with support for syntax highlighting (HTML, PHP, ASP, C++, Object Pascal, Java, Basic). It is mostly intended as a notepad replacement, source code viewer or as a portable editor for small projects. In addition to the syntax highlighting, it also offers line numbers, special character display, search/replace and supports drag and drop. I just love working on this and just at 318KB this is a steal.
metapad - freeware - it's Notepad, but with a few add-ons, like line numbers, stay-on-top option etc. Has alpha transparency support too, for those times when you need a transparent text editor.
Crimson editor - this is a very clean editor and doesn't clutter my desktop. It also understands colorcoding for a lot of languages (freeware).
textpad - Excellent compact program, lots of features to adapt to any coding language. Customizable formatting and syntax hihglighting for any language, customizable clip libraries, and a huge collection of user created add-ons.
EditPlus - It color-codes every thing I need (HTML, CSS, PHP) and if it doesn't natively support what you're trying to do you can download modules that other people have created to help color-code almost any platform.
SciTE - this fabolus open source editor is used by Tyberius Prime when he doesn't need all the capabilites of emacs... say for obscure scripting languages, apache configuration files, or basically anything that needs syntax highlighting. Also has linebreak conversion, seldom found on windows. Works under windows and linux.
html-kit Free and easy to use, is able to "spellcheck" html. Some tools are onboard to make shure you develop clean html. Also usable for other things as html. (edit by PT: What's more, this editor has a TON of options to match however you work, and handles embedded scripting languages quite well. I've worked with Dreamweaver, HomeSite, emacs, JEdit, BBEdit, and I like HTML-kit better than any of 'em. Even has an integrated FTP client if you're into that.)
WinSyntax - Free, and a joy to use...great for PHP coders, includes a way to link straight to the PHP manual from the document window by pressing F1 over highlighted function names.
PHPEdit - An IDE for PHP development, nice for work together with:
PHPDev - PHPDev not a text editor, it's a premade bundle of everything you need for getting a server with PHP and PERL running on Windows, including Apache, MySQL, PERL, PHP and more...
PHPEclipse - A plugin for the extremely popularEclipse Java IDE, PHPEclipse is an attempt to bring the power of Eclipse and integrated development to PHP.
---------
There are even some browserbased wysiwyg editors which work on every system. And which can be incorporated into you site so people can easily edit the site or parts from it.
(Edited by: outcydr on Mon 24-Nov-2003) (Edited by Rinswind 2th on 08-22-2004 13:27) (Edited by liorean on 09-07-2004 18:59) (Edited by liorean on 09-07-2004 19:20) (Edited by templar654 on 09-08-2004 04:29) (Edited by divinechaos on 02-07-2006 09:37)