1 Short: TextEditor custom class for MUI, V15.45
2 Author: TextEditor.mcc Open Source Team
3 Uploader: Jens Maus <mail@jens-maus.de>
6 Replaces: dev/mui/MCC_TextEditor-15.44.lha
7 Requires: AmigaOS 3.0+, MorphOS or AROS, MUI 3.8+, 68020+/PPC604e+
8 Architecture: ppc-amigaos >= 4.0.0; m68k-amigaos >= 3.0; ppc-morphos >= 1.4.2; i386-aros; ppc-aros; x86_64-aros
13 TextEditor.mcc is a multiline string gadget which offers most of the common
14 features you can find in a typical text editor, but embedded in a MUI custom
15 class. It is used by a wide range of well-known MUI based applications like
16 YAM or SimpleMail as the main text editing gadget. Its main features are:
18 - Text can be colored (limited syntax highlighting)
19 - WYSIWYG for bold, italic and underline soft styles
20 - Multi-level undo & redo
21 - Lines with different alignments (left, right, centered)
22 - Ability to insert thick or thin separators with an optional title
23 - Easy marking either using the mouse or keyboard
24 - Full clipboard support, offering very fast cut & paste routines
25 - Light text highlighting for e-mail based on an opening ">" character
26 - Support for external spellcheckers, including type'n'spell and word
28 - Configurable keys, colors, cursor types, blink speed, and much more
29 - Ability to have a bitmap as a background
30 - Support for proportional fonts with floating word wrap, as well as
32 - Pixel smooth scrolling
33 - AREXX interface for scripted programming
35 TextEditor is available for AmigaOS3, AmigaOS4, MorphOS and AROS.
39 1) Extract the archive to a temporary directory.
42 > lha x MCC_TextEditor.lha
44 2) Go to the "MCC_TextEditor/Libs/MUI/<OS>" directory where <OS> is the directory
45 matching the operating system you want to install TextEditor.mcc for:
47 > cd MCC_TextEditor/Libs/MUI/AmigaOS4
49 3) copy all #?.mcc and #?.mcp files found in that <OS> directory to the
50 global "MUI:libs/mui/" directory on your system partition:
52 > copy #?.mcc MUI:Libs/mui/
53 > copy #?.mcp MUI:Libs/mui/
55 4) reboot and enjoy the new version ;)
60 TextEditor.mcc was originally written in 1997 and is Copyright (C) 1997-2000
61 by Allan Odgaard. As of version 15.10, released in April 2005, the gadget is
62 maintained and Copyright (C) 2005-2014 TextEditor.mcc Open Source Team.
64 TextEditor.mcc is distributed under the GNU Lesser General Public License
65 (LGPL) and the development is hosted at SourceForge.net:
67 http://sf.net/p/texteditor-mcc/
69 Please consult the included "COPYING" file for more detailed information
70 about the licensing of the gadget and its source code.
73 CHANGES SINCE THE LAST RELEASE
74 ******************************
76 Please refer to the included ChangeLog in the archive for a detailed information
77 on the changes since the last public release.