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