Difference between revisions of "Text editor"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 34: | Line 34: | ||
* [https://en.wikipedia.org/wiki/Text_editor Text editor] @ Wikipedia | * [https://en.wikipedia.org/wiki/Text_editor Text editor] @ Wikipedia | ||
− | [[Category: | + | [[Category:Computing]] |
[[Category:Text]] | [[Category:Text]] | ||
+ | [[Category:Web design]] | ||
[[Category:Web design and development]] | [[Category:Web design and development]] |
Revision as of 06:29, 22 April 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.
See also
- Brackets (text editor)
- Computer program
- HTML editor
- Notepad++
- Source code editor
- Sublime Text
- Syntax highlighting
- Text conversion
- Text file
- WYSIWYG
External links
- Text editor @ Wikipedia