editor
(redirected from Editors)Also found in: Dictionary, Thesaurus, Wikipedia.
Related to Editors: Text editors
editor
1. Films
a. a person who makes a selection and arrangement of individual shots in order to construct the flowing sequence of images for a film
b. a device for editing film, including a viewer and a splicer
2. a computer program that facilitates the deletion or insertion of data within information already stored in a computer
Collins Discovery Encyclopedia, 1st edition © HarperCollins Publishers 2005
editor
(application)A program used to edit a document.
Different types of document have different editors, e.g. a text editor for text files, an image editor for images, an HTML editor for web pages, etc. The term can be used for pretty much any kind of data modification, e.g. a disk sector editor which operates directly on the hard disk, bypassing the filesystem.
Different types of document have different editors, e.g. a text editor for text files, an image editor for images, an HTML editor for web pages, etc. The term can be used for pretty much any kind of data modification, e.g. a disk sector editor which operates directly on the hard disk, bypassing the filesystem.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
linker
A utility program that connects a compiled or assembled program to a particular environment. Also known as a "link editor," the linker unites references between program modules and libraries of subroutines. Its output is a load module, which is executable code ready to run in the computer. See executable code and bind.text editor
Software used to create and edit files that contain only text; for example, batch files, address lists and source language programs. Text editors produce raw ASCII or EBCDIC text files, and unlike word processors, they may not support formatting (word wrap, fonts, bold, italic, etc.).Editors that are part of a development environment are designed for writing source code and provide automatic indention and multiple windows into the same file. They also display reserved words of a particular programming language in bold or in a different typeface, and any of these layout codes that are embedded in the file are bypassed when the program is compiled. See source code editor and hex editor.
Copyright © 1981-2019 by The Computer Language Company Inc. All Rights reserved. THIS DEFINITION IS FOR PERSONAL USE ONLY. All other reproduction is strictly prohibited without permission from the publisher.