Nov
16
It is very helpful to have a text editor that has syntax highlighting/coloring that make viewing and writing code easier. Below are some of free text editors that are designed with coders’ needs in mind:
(1) Notepad++ : NOTEPAD++ is the premier replacement for Microsoft’s Notepad. It has an auto-completion feature (for most supported languages) that guesses what you’re trying to write, a tabbed interface which is great for working with multiple files without cluttering your task bar, a powerful RegEx find-and-replace feature, code folding, support for a large array of languages (even Assembler!) and much more.
(2) Caditor : Caditor is an open source portable text editor written in the .NET framework (C#) that puts speed and performance at the forefront of its design. It has a convenient search box built into the tool bar of the text editor’s interface so that you don’t have to open another dialog box to perform a search. It has other handy features common to developer-oriented text editors such as line numbering, a compiler feature to allow you to hook it up with your compiler, and FTP feature.
(3) Crimon Editor: Crimson Editor is a light-weight text editor for Windows that supports many languages. It has a “Macros” features which lets you record a sequence of tasks so that you can reuse the sequence with a click of a button. It has a built-in FTP feature, allowing you to upload/download files from your FTP server. Crimson Editor is a solid option for Windows users.
(4) Context: ConTEXT is another excellent, light-weight, freeware (meaning it’s free - but close-sourced) text editor for Windows. It has countless of handy features such as text sorting (helpful when you need to sort things in alphabetical order, for example), ability to export configuration options so that you can share your configuration or import it into several machines, and a macro recorder for repeating a sequence of tasks. In 2007, ConTEXT development was turned over to David Hadley but continues to be freeware.
(5) Kimodo edit: Komodo Edit is a freeware, cross-platform text editor created by ActiveState. It is a simple text editor based on the popular integrated development environment - Komodo IDE. It has a convenient and flexible Project Manager feature to help you organize and keep track of your project files.
(6) jEdit : jEdit is a text editor that specifically caters to programmers. It’s written in Java and runs on any operating system that supports You can download a ton of plugins (check out the Plugins Central on jEdit’s website) to extend its built-in features. jEdit was designed to combine the best features of Windows, Mac, and Unix text editors.


