vote up 1 vote down star

I'm looking for a free HTML editor for Windows that support combined syntax highlighting.

Basically it means that if I have a HTML document open with both JavaScript and CSS, it would add HTML syntax highlighting to the HTML part, JavaScript syntax to the JavaScript part, and CSS syntax to the CSS part.

flag

8 Answers

vote up 5 vote down

Notepad++ (screenshot with PHP, HTML and JavaScript in one file)

link|flag
How did you get that to work with Notepad++? I use Notepad++ every day, but I have never found out how to get more than one syntax highlighting at the time. – mofle Nov 1 at 12:50
Notepad is ql, but I like Crimson Editor more... – Trick Nov 1 at 13:06
@mofle - the screenshot is from Notepad++'s website. I haven't used Notepad++ in a long time and I don't have Windows now to test. Are you using the latest version? – Ayman Hourieh Nov 1 at 13:09
yes, I'm using the newest version. – mofle Nov 1 at 14:37
Are you using HTML/PHP files? You will need to use a file with the .php extension to get the HTML/etc highlighting. Similarly, Javascript works on .php and .html (and .js, obviously). – DisgruntledGoat Nov 1 at 16:34
show 1 more comment
vote up 5 vote down

Visual Studio Express is free and should do all that you require. It sounds like you would be most interested in the Web Developer edition.

link|flag
talk about VS's start up time! – thephpdeveloper Nov 1 at 12:33
3  
Because you need those 20 seconds? Most IDEs are slower than the ones that are a slight step over wordpad. – epascarello Nov 1 at 12:41
2  
VS start time can always be improved by simply turning off the Start Page. On my laptop with Windows 7, VS 2008 is up and running in about fifteen seconds. VS 2010 is up in about ten seconds. Considering the featureset, that is more than reasonable on any semi-modern piece of hardware. – joseph.ferris Nov 1 at 12:43
It does take quite a bit of time to start up if I have left lots of files open, but then any editor that can open dozens of files at the same time would have the same problem. Since I typically have it open all day (at least), this isn't really a problem for me. – tvanfosson Nov 1 at 12:52
vote up 3 vote down

Add some more to the list:

link|flag
vote up 1 vote down

For quick HTML (or text) file editing I always install PSpad (http://www.pspad.com/en/).

link|flag
vote up 1 vote down

Some more suggestions for the list:

Both are »cross platform« (well, Windows and Linux or Java resp.).

Personally, I use Vim

link|flag
I'm very fond of jEdit, simply because it's reliably the same on any platform – Cruachan Nov 1 at 16:13
vote up 1 vote down

i suggest GVim ..

link|flag
GVim + tabs + desert color scheme = my current editor of choice – espais Nov 2 at 13:07
@espais in fact, vim works better under linux/unix – EthanZ6174 Nov 3 at 4:33
vote up 0 vote down

I've used Far with the Colorer plugin.

link|flag
vote up 0 vote down

I use Winsyntax 2.0 it's as simple as it gets nothing additional, I'd consider it only for HTML/CSS gurus, there isn't HTML tags help, indentation, or even tag competition. I just used to it maybe that' why I like.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.