Difference between revisions of "Text editor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
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]].
  
== Source code editor.
+
== Source code editor ==
  
 
A [[source code editor]] is a text editor designed specifically for editing [[source code]].
 
A [[source code editor]] is a text editor designed specifically for editing [[source code]].
Line 21: Line 21:
 
* [[Sublime Text]]
 
* [[Sublime Text]]
 
* [[Syntax highlighting]]
 
* [[Syntax highlighting]]
 +
* [[Text conversion]]
 
* [[Text file]]
 
* [[Text file]]
 
* [[WYSIWYG]]
 
* [[WYSIWYG]]

Revision as of 06:11, 28 January 2016

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

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