Text Editor
Introduction
A good programmer needs a good text editor. There are many text editors. Some run command-line while other runs in GUI mode. Both have their own advantages and disadvanages.
For your own interests, see also the text editor holy war
1,
2,
3,
4 in
Hackles.
GUI Text Editors
- EditPlus : not free!
- Crimson Editor
- AEdiX Suite : bundled with a hex editor; support regular expression search/replace
- ConTEXT : various color syntax highlighter; lack of regular expression support
- Notepad++ : written in C without using MFC (such an avoid-Microsoft programmer)
- jEdit : requires JRE; support regular expression search/replace
Command-line Text Editors
Tutorials