Edit (application)
   HOME

TheInfoList



OR:

The TeachText application is a simple
text editor A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software (e.g. Windows Notepad). Text editors are provided with operating systems and software development packages, and can be us ...
made by
Apple Computer Apple Inc. is an American multinational technology company headquartered in Cupertino, California, United States. Apple is the largest technology company by revenue (totaling in 2021) and, as of June 2022, is the world's biggest company b ...
and included with
System 7.1 System 7, codenamed "Big Bang", and also known as Mac OS 7, is a graphical user interface-based operating system for Macintosh computers and is part of the classic Mac OS series of operating systems. It was introduced on May 13, 1991, by Apple Co ...
and earlier. It was created by Apple programmer Bryan Stearns with later versions created by Stearns and Francis Stanbach. TeachText was one of the only applications included with System 7, leading to its frequent role as the application to open "
ReadMe In software development, a README file contains information about the other files in a directory or archive of computer software. A form of documentation, it is usually a simple plain text file called README, Read Me, READ.ME, README.TXT, R ...
" files. It was named "TeachText" as a nod to this role in tutorials and other introductory materials. TeachText was derived from the Edit application, which was a simple text editor for the early pre- System 6
Apple Macintosh The Mac (known as Macintosh until 1999) is a family of personal computers designed and marketed by Apple Inc. Macs are known for their ease of use and minimalist designs, and are popular among students, creative professionals, and software en ...
computers. Edit was included with early versions of the basic system software to demonstrate the use of the Macintosh user interface, and as the primary code editing tool for the original 68000 Macintosh Development System. While Edit was a tool and demonstration program for developers, TeachText was used mainly by
user Ancient Egyptian roles * User (ancient Egyptian official), an ancient Egyptian nomarch (governor) of the Eighth Dynasty * Useramen, an ancient Egyptian vizier also called "User" Other uses * User (computing), a person (or software) using an ...
s to display ReadMe documents. Since the first Macintosh models came with a full-featured
word processor A word processor (WP) is a device or computer program that provides for input, editing, formatting, and output of text, often with some additional features. Word processor (electronic device), Early word processors were stand-alone devices ded ...
,
MacWrite MacWrite is a WYSIWYG word processor application released along with the first Apple Macintosh systems in 1984. Together with MacPaint, it was one of the two original "killer applications" that propelled the adoption and popularity of the GUI i ...
, software publishers commonly shipped documentation in its native format. When Apple stopped bundling MacWrite, ownership was transferred to
Claris Claris International Inc., formerly FileMaker Inc., is a computer software development company formed as a subsidiary company of Apple Computer (now Apple Inc.) in 1987. It was given the source code and copyrights to several programs that were ...
, so developers could not distribute it on their programs' installation floppy disks. With no text program present on the disks, owners without a second floppy disk drive or hard disk could be left with no way to view documentation or installation instructions. Apple supplied TeachText as a small, freely-distributable program to address this need. TeachText could only operate on a single document at a time and supported only the default text font (12-point Geneva at the time) in the
MacRoman Mac OS Roman is a character encoding created by Apple Computer, Inc. for use by Macintosh computers. It is suitable for representing text in English and several other Western languages. Mac OS Roman encodes 256 characters, the first 128 of which ...
encoding, with formatting such as bold, italic and underline. It also included rudimentary support for embedded images; the images were stored in
PICT The Picts were a group of peoples who lived in what is now northern and eastern Scotland (north of the Firth of Forth) during Late Antiquity and the Early Middle Ages. Where they lived and what their culture was like can be inferred from ear ...
format in the file's
resource fork The resource fork is a fork (file system), fork or section of a computer file, file on Apple Inc., Apple's classic Mac OS operating system, which was also carried over to the modern macOS for compatibility, used to store structured data along with t ...
in ascending numbers from zero, instances of non-breaking spaces in the text loaded up the appropriately numbered image, the first instance loading image "0", the second space loading image "1", and so on. TeachText was automatically associated with all TEXT
type code The resource fork is a fork or section of a file on Apple's classic Mac OS operating system, which was also carried over to the modern macOS for compatibility, used to store structured data along with the unstructured data stored within the data fo ...
s for files with an unknown
Creator code A creator code is a mechanism introduced in the classic Mac OS to link a data file to the application program which created it. The similar type code held the file type, like "TEXT". Together, the type and creator indicated what application shoul ...
. That is, if a user attempted to open any text file and the original program that created it was not known on the local computer, TeachText would be asked to open the file in its place. In this respect, TeachText was the "default editor" of the Mac system, playing a role similar to
Notepad A notebook (also known as a notepad, writing pad, drawing pad, or legal pad) is a book or stack of paper pages that are often Ruled paper, ruled and used for purposes such as note-taking, diary, journaling or other writing, drawing, or scrapbook ...
under
Microsoft Windows Windows is a group of several proprietary graphical operating system families developed and marketed by Microsoft. Each family caters to a certain sector of the computing industry. For example, Windows NT for consumers, Windows Server for serv ...
. The underlying text engine was the TextEdit Manager built into Mac OS. TextEdit had originally been written to support very small runs of editable text, like those found in Save as... dialogs and similar roles. As such, it had been written with a
short integer In computer science, an integer is a datum of integral data type, a data type that represents some range of mathematical integers. Integral data types may be of different sizes and may or may not be allowed to contain negative values. Integers are ...
as a length counter, and could thus only handle up to 32 kB of text in a file. This conflicted with the "default editor" role when it was asked to open files longer than 32k, resulting in an error. TeachText was later replaced by
SimpleText SimpleText is the native text editor for the Apple classic Mac OS. SimpleText allows text editing and text formatting (underline, italic, bold, etc.), fonts, and sizes. It was developed to integrate the features included in the different version ...
, and with the arrival of
Mac OS X macOS (; previously OS X and originally Mac OS X) is a Unix operating system developed and marketed by Apple Inc. since 2001. It is the primary operating system for Apple's Mac (computer), Mac computers. Within the market of ...
, both were replaced by the TextEdit application inherited from
OPENSTEP OpenStep is a defunct object-oriented application programming interface (API) specification for a legacy object-oriented operating system, with the basic goal of offering a NeXTSTEP-like environment on non-NeXTSTEP operating systems. OpenStep was ...
.


References

{{DEFAULTSORT:Teachtext Classic Mac OS-only software made by Apple Inc. Classic Mac OS text editors