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) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * [[HTML editor]] | ||
* [[Integrated development environment]] | * [[Integrated development environment]] | ||
* [[Notepad++]] | * [[Notepad++]] | ||
* [[Sublime Text]] | * [[Sublime Text]] | ||
+ | * [[Syntax highlighting]] | ||
* [[Text editor]] | * [[Text editor]] | ||
* [[Web browser]] | * [[Web browser]] | ||
Line 22: | Line 24: | ||
* [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 | + | [[Category:Computer programs]] |
+ | [[Category:Software]] | ||
[[Category:Text]] | [[Category:Text]] | ||
+ | [[Category:Text editors]] | ||
+ | [[Category:Web design]] | ||
[[Category:Web design and development]] | [[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
- HTML editor
- Integrated development environment
- Notepad++
- Sublime Text
- Syntax highlighting
- Text editor
- Web browser
- Web browser tool
External links
- Source code editor @ Wikipedia