Log in / create account | Login with OpenID
DocForge
Programmer's Wiki

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.

[edit] Text Editors

[edit] Linux / Unix

These editors, although native to a Unix-like environment, are sometime also available on other platforms.

[edit] Mac OS X

[edit] Microsoft Windows

[edit] See Also

  • IDEs are basically text editors with extra components specific to software development tasks, such as debugger integration, GUI drawing, and project management.
Do you have information or insights to contribute to this article? Please feel free to edit this page. Ask questions or contribute to the discussion on this article's talk page.