Share on Facebook Share on Twitter Email
Answers.com

Source code editor

 
Computer Desktop Encyclopedia: source code editor

A text editor that is specialized for writing software. Large programs would be extremely difficult to write using a standard text editor. Source code editors provide cross references to all the elements within the program so that the programmer can quickly review where and how code is used throughout the program. See hex editor and text editor.

Source Code Editors Know the Code
Source code editors identify the parts of a programming statement and can display them differently. In this example, the Source Insight editor from Source Dynamics www.sourceinsight.com) displays the various components of the statement in different colors and font sizes to differentiate them.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Source code editor
Top

A source code editor is a text editor program designed specifically for editing source code of computer programs by programmers. It may be a standalone application or it may be built into an integrated development environment (IDE).

Source code editors have features specifically designed to simplify and speed up input of source code, such as syntax highlighting, autocomplete and bracket matching functionality. These editors also provide a convenient way to run a compiler, interpreter, debugger, or other program relevant for software development process. So, while many text editors can be used to edit source code, if they don't enhance, automate or ease the editing of code, they are not "source code editors," but simply "text editors that can also be used to edit source code."

A few source code editors do syntax checking while the programmer types, immediately warning of syntax problems. A few source code editors compress source code, typically converting common keywords into single-byte tokens, removing unnecessary whitespace, and converting numbers to a binary form. Such tokenizing editors later uncompress the source code when viewing it, prettyprinting it with consistent capitalization and spacing. A few source code editors do both.


Some well known source code editors

See also


 
 

 

Copyrights:

Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Source code editor" Read more