Text editor
From DocForge
A text editor is an application which assists users in creating and editing text files. Text editors are the primary method by which people write computer programs. It's therefore common for text editors to have features specific to programming.
Contents |
[edit] Common Features
While text editors can vary widely in features, there are some features which are particularly common. They should be considered when choosing a text editor for some tasks.
- Multiple character set support
- Syntax highlighting
- Automatic indenting and other tools to help maintain good coding standards.
- Scripting of repetitive tasks
[edit] Text Editors
[edit] Linux / Unix
These editors, although native to a Unix-like environment, are sometime also available on other platforms.

