1 Short: Texteditor custom class for MUI (v15.17) [OS3/OS4/MOS]
2 Author: TextEditor.mcc Open Source Team, Allan Odgaard <duff@diku.dk>
3 Uploader: Jens Langner <Jens.Langner@light-speed.de>
4 Version: 15.17 (07-Dec-05)
6 Requires: AmigaOS 3.0+ or MorphOS, MUI 3.8+, 68020+/PPC604e+
7 Replaces: dev/mui/MCC_TextEditor.lha
8 Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2
10 TextEditor.mcc is a multiline string gadget which holds most of the features
11 of a normal text editor, but embedded in a MUI custom class. It is used by a
12 wide range of well-known MUI-based application like YAM (Yet Another Mailer) or
13 SimpleMail as the main textediting MUI gadget.
15 The gadget was originally written in 1997, ans is Copyright (c) 1997-2000 by
16 Allan Odgaard. As of version 15.10, release in April 2005, the gadget is
17 maintained and Copyright (c) by the TextEditor.mcc Open Source Team.
19 It was released under the GNU Lesser Public License in April 2005 and its
20 development is hosted at:
22 http://www.sourceforge.net/projects/texteditor-mcc/
24 Please consult the included "COPYING" file for a more detailed information
25 on the licensing of the gadget and its source code.
27 Its main features are:
30 - Text can be colored (limited syntax highlighting)
31 - WYSIWYG for bold, italic and underline soft styles
32 - Multilevel undo & redo
33 - Lines with different alignments (left, right, centered)
34 - Ability to insert thick or thin separators with an optional title.
35 - Easy marking either using the mouse or keyboard
36 - Full clipboard support
37 - Email light text highlighting based on an opened ">" character
38 - Easy support for external spell checker, both doing type'n spell and word
40 - Configurable keys, colors, cursor types and blinkspeed, undolevel and much
42 - Ability to have a bitmap as a background.
43 - Proportional fonts with floating wordwrap as well as full anti-aliasing font
46 - direct AREXX interface for scripted programming.
48 Please refer to the included ChangeLog in the archive for a detailed information
49 on the changes since the last version release.
51 Please enjoy this release and if you find any bugs or have suggestions please always
52 prefer to go to the project homepage http://www.sf.net/projects/texteditor-mcc/ and
53 use the Bug/Feature Trackers there to report anything to the authors!
57 Your TextEditor.mcc Open Source Team