Difference between revisions of "Text editor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Source code editor)
Line 1: Line 1:
 
A '''text editor''' is a [[computer program]] used for editing [[Text file|text files]].
 
A '''text editor''' is a [[computer program]] used for editing [[Text file|text files]].
 +
 +
== Syntax highlighting ==
 +
 +
Text editors may have [[syntax highlighting]] features.
  
 
== Source code editor ==
 
== Source code editor ==

Revision as of 06:41, 28 January 2016

A text editor is a computer program used for editing text files.

Syntax highlighting

Text editors may have syntax highlighting features.

Source code editor

A source code editor is a text editor designed specifically for editing source code.

HTML editor

An HTML editor is a source code editor for HTML, with features such as WYSIWYG.

Integrated development environment

See Integrated development environment. TO DO: summarize here.

See also

External links