Difference between revisions of "Source code editor"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Description)
(See also)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
A '''source code editor''' is a [[text editor]] designed specifically for editing [[source code]] of [[computer program|computer programs]] by programmers.
+
A '''source code editor''' is a [[text editor]] designed specifically for editing [[source code]] of [[computer program|computer programs]] by [[computer programmers]].
  
 
== Description ==
 
== Description ==
Line 11: Line 11:
 
== See also ==
 
== See also ==
  
* [[Browser tools]]
+
* [[HTML editor]]
 
* [[Integrated development environment]]
 
* [[Integrated development environment]]
 
* [[Notepad++]]
 
* [[Notepad++]]
 
* [[Sublime Text]]
 
* [[Sublime Text]]
 +
* [[Syntax highlighting]]
 
* [[Text editor]]
 
* [[Text editor]]
 
* [[Web browser]]
 
* [[Web browser]]
 +
* [[Web browser tool]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Source_code_editor Source code editor] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Source_code_editor Source code editor] @ Wikipedia
 +
 +
[[Category:Computer programs]]
 +
[[Category:Software]]
 +
[[Category:Text]]
 +
[[Category:Text editors]]
 +
[[Category:Web design]]
 +
[[Category:Web design and development]]

Latest revision as of 06:45, 23 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