Simple text editor with AppleScript support
QuoEdit is a useful, free software only available for Mac, that is part of the category Utilities with subcategory Text.
More about QuoEdit
The current version of the software is 1.1.5 and its last update was on 4/01/2008. This software is available for users with the operating system Mac OS X and previous versions, and it is only available in English.
Since we added this program to our catalog in 2006, it has managed to achieve 312 downloads, and last week it gained 0 downloads.
About the download, QuoEdit is a software that requires less free space than the average program in the category Utilities. It’s a very heavily used program in Germany.
Fixed two bugs of regular expressionImproved several features
Changes
-
Fixed two bugs of regular expressionImproved several features
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.