Difference between revisions of "Source code editor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
Line 23: Line 23:
  
 
[[Category:Computer science]]
 
[[Category:Computer science]]
[[Category:Text]
+
[[Category:Text]]
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 08:11, 5 April 2016

A source code editor is a text editor designed specifically for editing source code of computer programs by computer programmers.

Description

It may be a standalone application or it may be built into an integrated development environment (IDE) or web browser (see Browser tools).

An HTML editor is an editor designed specifically for editing HTML, which is the source code of web pages.

Source code editors are a fundamental programming tool, as the fundamental job of programmers is to write and edit source code.

See also

External links