Difference between revisions of "Text editor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(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:Computer science]]
+
[[Category:Computing]]
 
[[Category:Text]]
 
[[Category:Text]]
 +
[[Category:Web design]]
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 07:29, 22 April 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.

See also

External links