SimpleText

From Wikipedia, the free encyclopedia
SimpleText
Developer(s)Apple Computer
Stable release
1.4
Operating systemSystem 7Mac OS 9
TypeText editor
LicenseProprietary

SimpleText is the native text editor for the Apple classic Mac OS.[1] 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 versions of TeachText that were created by various software development groups within Apple Computer.[2]

It can be considered similar to Windows' WordPad application. In later versions it also gained additional read only display capabilities for PICT files, as well as other Mac OS built-in formats like Quickdraw GX and QTIF, 3DMF and even QuickTime movies.[2] SimpleText can even record short sound samples and, using Apple's PlainTalk speech system, read out text in English. Users who wanted to add sounds longer than 24 seconds, however, needed to use a separate program to create the sound and then paste the desired sound into the document using ResEdit.[2]

SimpleText superseded TeachText, which was included in System Software up until it was replaced in 1994 (shipped with System Update 3.0 and System 7.1.2). The need for TeachText arose after Apple stopped bundling MacWrite, to ensure that every user could open and read Readme documents.

The key improvement of SimpleText over TeachText was the addition of text styling. The underlying OS required by SimpleText implemented a standard styled text format, which meant that SimpleText could support multiple fonts and font sizes. Prior Macintosh OS versions lacked this feature, so TeachText supported only a single font per document. Adding text styling features made SimpleText WorldScript-savvy, meaning that it can use Simplified and Traditional Chinese characters.[3] Like TeachText, SimpleText was also limited to only 32 kB of text in a document,[2] although images could increase the total file size beyond this limit. SimpleText style information was stored in the file's resource fork in such a way that if the resource fork was stripped (such as by uploading to a non-Macintosh server), the text information would be retained.

In Mac OS X, SimpleText is replaced by the more powerful TextEdit application, which reads and writes more document formats as well as including word processor-like features such as a ruler and spell checking. TextEdit's styled text format is RTF, which is able to survive a single-forked file system intact.

Apple has released the source code for a Carbon version of SimpleText in the Mac OS X Panther (10.3) Developer Tools. If the 10.3 Developer Tools are installed, it can be found at /Developer/Examples/Carbon/SimpleText. Alternatively, the sample code can be found in Apple's Documentation Archive: SimpleText Sample.

See also[edit]

References[edit]

  1. ^ Engst, Tonya (1998). "Writing a ReadMe File? Read This". MacTech. 14 (10). Retrieved 17 February 2013.
  2. ^ a b c d Stearns, Bryan; Mark Cookson. "Technical Note TN1005: The Compleat (sic.) Guide to SimpleText". Apple Technical Notes. Archived from the original on 11 October 2004. Retrieved 17 February 2013.
  3. ^ "Important Information About System 7.5 and the Chinese Language Kit" (PDF). Apple Inc. 1994. Retrieved 16 February 2013.

External links[edit]