QuoEdit 1.1.5 – Simple text editor with AppleScript support

QuoEdit is a plain text editor that runs on Mac OS 7.1 or later. While editing text is based on traditional, Mac OS encoding (TEXT), QuoEdit is also familiar with Unicode (utxt). (QuoEdit is also wishing to be hybrid someday, to support both Mac-encoding base and Unicode base.)

QuoEdit supports AppleScript powerfully in the following levels:

Scriptable
Full features (and more) of the application can be controlled by script.

Recordable
You can record, replay and save your jobs with/without the Script Editor (like keyboard macro).

Attachable
You can attach scripts to menus with various options by QuoEdit’s Menu utility or AppleScript. (To the customizable menus, you can also attach text, tags and any files.)

QuoEdit supports regular expression (regex) search as well as ordinary search. As for the ways to search, ordinary search and batch find are supported. Also, QuoEdit supports multiple levels of undo/redo, rectangular selection, sort, and so forth. The most operations (including dialogs) in QuoEdit are supported by keyboard. The text engine and the search engine are its original code.

Leave a Comment