QUED/M

Last updated

QUED and QUED/M are text editors for the classic Mac OS operating system developed by Paragon Concepts, which later became Nisus Software, Inc. [1] While it is still distributed and supported [2] it has not been updated since 1997. The Initial incarnation, QUED (QUality EDitor, released 1985), [3] gave programmers a versatile text editor superior to the bundled Edit application. [4] QUED/M, released in 1987, added a macro system.

Text editor Software to modify text documents

A text editor is a type of computer program that edits plain text. Such programs are sometimes known as "notepad" software, following the naming of Microsoft Notepad. Text editors are provided with operating systems and software development packages, and can be used to change files such as configuration files, documentation files and programming language source code.

Classic Mac OS original operating system of Apple Mac (1984–2001)

Classic Mac OS is the series of operating systems developed for the Macintosh family of personal computers by Apple Inc. from 1984 to 2001, starting with System 1 and ending with Mac OS 9. The Macintosh operating system is credited with having popularized the graphical user interface concept. It was included with every Macintosh that was sold during the era in which it was developed, and many updates to the system software were done in conjunction with the introduction of new Macintosh systems.

The macro language consisted of two "dialects." The Menu Command Dialect and the Programming Dialect. The Menu Command dialect was not based on anything, because nothing like it was known, used each menu command of the application to execute the respective command. Extensions to that were used to specify details of how the command was to be executed. The programming dialect was not based on any other programming language. This was back-ported from Nisus Writer version 4.x when a similar programming dialect was added to that program's macro capability.

Nisus Writer, originally Nisus, is a word processing program for the Apple Macintosh. The program is available in two varieties: Nisus Writer Express, and Nisus Writer Pro.

QUED/M competed with Apple's Macintosh Programmer's Workshop Shell and other Macintosh integrated development environments of the time. QUED/M was gradually supplanted by BBEdit, which offered much better integration with many technologies in System 7. QUED/M served as the foundation of Nisus Writer (now Nisus Writer Pro) first released in 1989 as "Nisus, The Amazing Word Processor for the Apple Macintosh".

Macintosh Programmers Workshop

Macintosh Programmer's Workshop or MPW, is a software development environment for the Classic Mac OS operating system, written by Apple Computer. For Macintosh developers, it was one of the primary tools for building applications for System 7.x and Mac OS 8.x and 9.x. Initially MPW was available for purchase as part of Apple's professional developers program, but Apple made it a free download after it was superseded by CodeWarrior. On Mac OS X it was replaced by the Project Builder IDE, which eventually became Xcode.

Integrated development environment software application used to develop software

An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools, and a debugger. Some IDEs, such as NetBeans and Eclipse, contain the necessary compiler, interpreter, or both; others, such as SharpDevelop and Lazarus, do not.

BBEdit

BBEdit is a proprietary text editor made by Bare Bones Software, originally developed for Macintosh System Software 6, and currently supporting macOS.

It does not run natively on Mac OS X, hence it requires the Mac Classic Environment, and cannot run in Mac OS X v10.5 or later or on Intel-based Macs.

Related Research Articles

Carbon is one of Apple’s C-based application programming interfaces (APIs) for Mac OS X, the operating system that powers Macintosh computers. Carbon provided a good degree of backward compatibility for programs that ran on Mac OS 8 and 9. Developers could use the Carbon APIs to port their “classic” Mac software to the Mac OS X platform with little effort, compared to porting the app to the entirely different Cocoa system, which originated in OPENSTEP.

A computing platform or digital platform is the environment in which a piece of software is executed. It may be the hardware or the operating system (OS), even a web browser and associated application programming interfaces, or other underlying software, as long as the program code is executed with it. Computing platforms have different abstraction levels, including a computer architecture, an OS, or runtime libraries. A computing platform is the stage on which computer programs can run.

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 fork.

The history of macOS, Apple's current Mac operating system originally named Mac OS X until 2012 and then OS X until 2016, began with the company's project to replace its "classic" Mac OS. That system, up to and including its final release Mac OS 9, was a direct descendant of the operating system Apple had used in its Macintosh computers since their introduction in 1984. However, the current macOS is a Unix operating system built on technology that had been developed at NeXT from the 1980s until Apple purchased the company in early 1997.

A/UX operating system

A/UX is a Unix-based operating system by Apple Computer, custom integrated with System 7's graphical interface and application compatibility. Launched in 1988 and discontinued in 1995 with version 3.1.1, it is Apple's first official Unix-based operating system. A/UX requires select models of 68k-based Macintosh with an FPU and a paged memory management unit (PMMU), including the Macintosh II, SE/30, Quadra, and Centris series. It is not related to Apple's current UNIX, macOS.

System 6

System 6 is a graphical user interface-based operating system for Macintosh computers. It was released in 1988 by Apple Computer, Inc. and is part of the classic Mac OS series of operating systems. System 6 was included with all new Macintosh computers until it was succeeded by System 7 in 1991. The boxed version of System 6 cost $49 when introduced. System 6 is classed as a monolithic operating system. It features an improved MultiFinder, which allows for co-operative multitasking.

The Macintosh Toolbox is a set of application programming interfaces with a particular access mechanism. They implement many of the high-level features of the Classic Mac OS. The Toolbox consists of a number of "managers," software components such as QuickDraw, responsible for drawing onscreen graphics, and the Menu Manager, which maintain data structures describing the menu bar. As the original Macintosh was designed without virtual memory or memory protection, it was important to classify code according to when it should be loaded into memory or kept on disk, and how it should be accessed. The Toolbox consists of subroutines essential enough to be permanently kept in memory and accessible by a two-byte machine instruction; however it excludes core "kernel" functionality such as memory management and the file system. Note that the Toolbox does not draw the menu onscreen: menus were designed to have a customizable appearance, so the drawing code was stored in a resource, which could be on a disk.

Newton OS operating system

Newton OS is the discontinued operating system for the Apple Newton PDAs produced by Apple Computer, Inc. from 1993–1997. Newton OS was written entirely in C++ and trimmed to be low power consuming and use the available memory efficiently. Many applications were pre-installed in the ROM of the Newton and to save on RAM and flash memory storage for user applications.

The WASTE is an Apple Macintosh text editing software library. WASTE helps Macintosh programmers include advanced text display and editing in their applications.

Rosetta (software) Apple software

Rosetta is a discontinued dynamic binary translator for Mac OS X that allowed many PowerPC applications to run on certain Intel-based Macintosh computers without modification. Apple released Rosetta in 2006 when it changed the instruction set architecture of the Macintosh platform from the PowerPC to the Intel processor. The name "Rosetta" is a reference to the Rosetta Stone, the discovery that made it possible to comprehend and translate Egyptian hieroglyphs.

Executor (software) software

Executor is a software application that allows Motorola 68000-based classic Mac OS programs to be run on various x86-based operating systems. Executor was created by ARDI. As of 2005, Executor development has been indefinitely postponed; as of 2008, it was made available as open source software.

FutureBASIC free BASIC compiler for Apple Inc.s Macintosh

FutureBasic is a free BASIC compiler for Apple Inc.'s Macintosh.

Macintosh operating systems Family of operating systems for Macintosh computers

The family of Macintosh operating systems developed by Apple Inc. includes the graphical user interface-based operating systems it has designed for use with its Macintosh series of personal computers since 1984, as well as the related system software it once created for compatible third-party systems.

References

  1. 1990 QUED/M review, MacTech Magazine
  2. Product page by Nisus Software, Inc.
  3. The Nisus Way: Chapter 1
  4. Joe Kissell. "The Nisus Way".