Text editor in the context of Simultaneous editing


Text editor in the context of Simultaneous editing

Text editor Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Text editor in the context of "Simultaneous editing"


⭐ Core Definition: Text editor

A text editor is interactive software that allows a user to edit plain text, such as Notepad.

As with any software, a text editor can be installed onto a system, but often a relatively simple text editor is included in a default installation of an operating system (OS) since editing text files is a relatively basic need for any system and since a simple text editor can be provided at relatively low cost.

↓ Menu
HINT:

👉 Text editor in the context of Simultaneous editing

In human–computer interaction, simultaneous editing is an end-user development technique allowing a single user to make multiple simultaneous edits of text in a multiple selection at once through direct manipulation.

Multiple selections and cursors are typically created by using a keyboard shortcut to select repeated instances of the same text or text fragments surrounded by the same delimiters, by using a search feature to select all instances of a search term, by selecting the same column in multiple lines, or by selecting text or cursor positions with a mouse. The Lapis experimental web browser and text editor is also able to infer selections based on concept learning from positive and negative examples given by the user during a process known as selection guessing.

↓ Explore More Topics
In this Dossier

Text editor in the context of Scalable vector graphics

Scalable Vector Graphics (SVG) is an XML-based vector graphics format for defining two-dimensional graphics, having support for interactivity and animation. The SVG specification is an open standard developed by the World Wide Web Consortium since 1999.

SVG images are defined in a vector graphics format and stored in XML text files. SVG images can thus be scaled in size without loss of quality, and SVG files can be searched, indexed, scripted, and compressed. The XML text files can be created and edited with text editors or vector graphics editors, and are rendered by most web browsers. SVG can include JavaScript, potentially leading to cross-site scripting.

View the full Wikipedia page for Scalable vector graphics
↑ Return to Menu

Text editor in the context of Presentation program

In computing, a presentation program (also called presentation software) is a software package used to display information in the form of a slide show. It has three major functions:

Presentation software can be viewed as enabling a functionally-specific category of electronic media, with its own distinct culture and practices as compared to traditional presentation media (such as blackboards, whiteboards and flip charts).

View the full Wikipedia page for Presentation program
↑ Return to Menu

Text editor in the context of Source code editor

A source-code editor is a text editor program designed specifically for editing the source code of computer programs. It includes basic functionality such as syntax highlighting, and sometimes debugging. It may be a standalone application or it may be built into an integrated development environment (IDE).

View the full Wikipedia page for Source code editor
↑ Return to Menu

Text editor in the context of Information appliance

An information appliance (IA) is an appliance that is designed to easily perform a specific electronic function such as playing music, photography, or editing text.

Typical examples are smartphones and personal digital assistants (PDAs). Information appliances partially overlap in definition with, or are sometimes referred to as, smart devices, embedded systems, mobile devices or wireless devices.

View the full Wikipedia page for Information appliance
↑ Return to Menu

Text editor in the context of Syntax highlighting

Syntax highlighting is a feature of text editors that is used for programming, scripting, or markup languages, such as HTML. The feature displays text, especially source code, in different colours and fonts according to the category of terms. This feature facilitates writing in a structured language such as a programming language or a markup language as both structures and syntax errors are visually distinct. This feature is also employed in many programming related contexts (such as programming manuals), either in the form of colourful books or online websites to make understanding code snippets easier for readers. Highlighting does not affect the meaning of the text itself; it is intended only for human readers.

Syntax highlighting is a form of secondary notation, since the highlights are not part of the text meaning, but serve to reinforce it. Some editors also integrate syntax highlighting with other features, such as spell checking or code folding, as aids to editing which are external to the language.

View the full Wikipedia page for Syntax highlighting
↑ Return to Menu

Text editor in the context of Vim (text editor)

Vim (/vɪm/ ; short for vi improved) is a free and open-source text editor. Vim provides both a terminal screen user interface as well as a graphical user interface (called gvim).

Vim's documentation describes it as an improved form of the older vi text editor (though it is built from a distinct codebase). In release information, the author originally implied that Vim was an abbreviation for "Vi IMitation", but later, the expansion was changed to "Vi IMproved" because, as described by the author, the functionality had increased beyond that of a clone of vi. Some sources indicate the change happened with v2.0, but conflicting information (including from author) suggests the change happened as early as v2.0 and as late as v3.0.

View the full Wikipedia page for Vim (text editor)
↑ Return to Menu

Text editor in the context of Emacs

Emacs (/ˈmæks/ ), originally named EMACS (an acronym for "Editor Macros"), is a family of text editors that are characterized by their extensibility. The manual for the most widely used variant, GNU Emacs, describes it as "the extensible, customizable, self-documenting, real-time display editor". Development of the first Emacs began in the mid-1970s, and work on GNU Emacs, directly descended from the original, is ongoing; its latest version is 30.2 Edit this on Wikidata, released 14 August 2025.

Emacs has over 10,000 built-in commands and its user interface allows the user to combine these commands into macros to automate work. Implementations of Emacs typically feature a dialect of the Lisp programming language, allowing users and developers to write new commands and applications for the editor. Extensions have been written to, among other things, manage files, remote access, e-mail, outlines, multimedia, Git integration, RSS feeds, and collaborative editing, as well as implementations of ELIZA, Pong, Conway's Life, Snake, Dunnet, and Tetris.

View the full Wikipedia page for Emacs
↑ Return to Menu

Text editor in the context of Teleprinter art

ASCII art is a graphic design technique that uses computers for presentation and consists of pictures pieced together from the 95 printable (from a total of 128) characters defined by the ASCII Standard from 1963 and ASCII compliant character sets with proprietary extended characters (beyond the 128 characters of standard 7-bit ASCII). The term is also loosely used to refer to text-based visual art in general. ASCII art can be created with any text editor, and is often used with free-form languages. Most examples of ASCII art require a fixed-width font (non-proportional fonts, as on a traditional typewriter) such as Courier or Consolas for presentation.

Among the oldest known examples of ASCII art are thecreations by computer-art pioneer Kenneth Knowlton from around 1966, who was working for Bell Labs at the time. "Studies in Perception I" by Knowlton and Leon Harmon from 1966 shows some examples of their early ASCII art.

View the full Wikipedia page for Teleprinter art
↑ Return to Menu