Free texteditors for Windows
A list of free texteditors for Windows. I hav not tested them all, but my goal is to review them in the future. If you have suggestions for more please leave a comment or send me a message :)
-

Notepad++
Notepad++ is a free source code editor and Notepad replacement that supports many languages. Recommended :)
-

Programmers Notepad
Open-source text editor targeted at users who work with source code. Extendable with “schemes”.
-

jEdit
A java editor and cross platform.
-

Netbeans
A free java IDE, but of course you can use it as texteditor only.
-

Komodo Edit
Komodo Edit is the editor from Active State, who also produces the Komodo IDE. It is cross platform.
-

Eclipse
Eclipse is an IDE, but have great editors included. I prefer the PDT version (PHP Development Tools). It a java application and cross platform.
-

Geany
This GTK+ base editors also works on Windows.
-

SciTE
Cross platform editor that runs on Windows too. Created to demonstrate the Scintilla code editing component (that is also used in Geany).


