Difference between revisions of "Source code editor"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→See also) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
− | * [[ | + | * [[HTML editor]] |
* [[Integrated development environment]] | * [[Integrated development environment]] | ||
* [[Notepad++]] | * [[Notepad++]] |
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
- HTML editor
- Integrated development environment
- Notepad++
- Sublime Text
- Syntax highlighting
- Text editor
- Web browser
- Web browser tool
External links
- Source code editor @ Wikipedia