Need a (preferably) free standalone HTML editor with syntax highlighting?

Tim S

New member
I'm currently taking a web design course in college and I'm trying to find a text-editor that will give me syntax highlighting and macro support that can be ran as a standalone program from a flash drive. The only program installed on the university computers(which I have to use) is notepad, but my professors don't care if I use a different editor, as long as I'm doing the coding myself.

Oh, and support for other programming languages is a plus, as I'm also taking a VB course, and will be taking a Java and C++ course next semester.
 
Notepad++ is my text editor of choice. It has syntax highlighting for many languages, including HTML, and many other useful features.

A portable version suitable for running from a USB drive can be found at the link below.
 
The ideal program would have been HTML-Kit -- until you mentioned running from a flash drive. That it will not do. You could get it, use it at home, put your html documents on a flash drive and then use Notepad at school. It has customizable keystrokes which is about as close as you can get to macro support. Outstanding program with fantastic support.
 
Back
Top