The WASTE (WorldScript-Aware Styled Text Engine) is an Apple Macintosh
text editing software library. The "text engine" allows Macintosh
programmers to add advanced text display and editing features to their
applications.

WASTE is a memory-based editor, which places no arbitrary limit on the
amount of text being edited (up to available system memory). It
supports the Macintosh WorldScript system, allowing it to handle
double-byte and bidirectional scripts. It included automatic support
for undo operations, drag and drop editing, text justification,
embedding images into text, and low-level hooks for rendering and
measuring text.

WASTE is a popular 3rd party library that has found its way into many
Macintosh applications, formerly under Mac OS and now under Mac OS X,
including Netscape, Internet Explorer, Microsoft Entourage, Microsoft
Outlook for Mac, REALbasic, and Tex-Edit Plus.

In version 2.0, WASTE gained the ability to support paragraph-level
formatting, additional character styles, multiple undo/redo, unicode
translation, and Mac OS X Carbon support, as well as providing new
APIs for printing and string matching.

Since WASTE makes use of deprecated QuickDraw features, it is
unsupported as of OSX 10.6.

[The WASTE Page][1]
[Some WASTE stuff (FTP directory)][2]

The 1st download is WASTE 2.0.
The 2nd download is WASTE 2.1b1.
The 3rd download is WASTE Extras.

See also: [WASTE 1][3], [WASTE 3][4].

Compatibility
Architecture: 68k PPC

Macintosh or Power Macintosh

  [1]: http://www.boingo.org/waste/
  [2]: ftp://ftp.boingo.org//dan/WASTE/
  [3]: http://macintoshgarden.org/apps/waste-1
  [4]: http://macintoshgarden.org/apps/waste-3