Difference between revisions of "Text editor"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
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 05:11, 28 January 2016
A text editor is a computer program used for editing text files.
Contents
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
- Brackets (text editor)
- Computer program
- HTML editor
- Source code editor
- Sublime Text
- Syntax highlighting
- Text conversion
- Text file
- WYSIWYG
External links
- Text editor @ Wikipedia