Skip to content
Category

Text editor features

page 1
spell checker
software used to detect misspelled words, in a document
syntax highlighting
tool of editors for programming, scripting and markup
indentation style
computer programming convention
grammar checker
computer program that verifies written text for grammatical correctness
full-text search
techniques for finding a document in a database based on text it contains
Undo
Undo is an interaction technique which is implemented in many computer programs. It erases the last change done to the document, reverting it to an older state. In some more advanced programs, such as graphic processing, undo will negate the last command done to the file being edited. With the possibility of undo, users can explore and work without fear of making mistakes, because they can easily be undone.
snippet
programming term for a small region of re-usable source code, machine code, or text
code folding
tool of editors for programming, scripting and markup
word wrap
feature of continuing on a new line when a line is full
outliner
thumb|350px|An outline in Emacs [[Org-mode.]] An outliner (or outline processor) is a specialized type of text editor (word processor) used to create and edit outlines, which are text files which have a tree structure or a tree view, for organization. Textual information is contained in discrete sections called "nodes", which are arranged according to their topic–subtopic (parent–child) relationships, like the members of a family tree. When loaded into an outliner, an outline may be collapsed or expanded to display as few or as many levels as desired.
mail merge
combining mail and letters and pre-addressed envelopes or mailing labels for mass mailings from a form letter
intelligent code completion
context-aware code completion feature in programming environments
pretty-printing
Pretty-printing (or prettyprinting) is the application of any of various stylistic formatting conventions to text files, such as source code, markup, and similar kinds of content. These formatting conventions may entail adhering to an indentation style, using different color and typeface to highlight syntactic elements of source code, or adjusting size, to make the content easier for people to read, and understand. Pretty-printers for source code are sometimes called code formatters or beautifiers.
listing
printed list of lines of computer code
line number
identifier of a sequence of characters in a text file