Merging in v11.21
[AROS.git] / workbench / classes / zune / betterstring / doc / MCC_BetterString.readme
blobf7089c95a94c279d5b0c0206d93e154b9b73f1ad
1 Short:        BetterString custom class for MUI, V11.21
2 Author:       BetterString.mcc Open Source Team
3 Uploader:     Jens Langner <Jens.Langner@light-speed de>
4 Type:         dev/mui
5 Version:      11.21
6 Replaces:     dev/mui/mcc_betterstring-11.20.lha
7 Requires:     AmigaOS 3.0+ or MorphOS, 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
10 Introduction
11 ~~~~~~~~~~~~
12 BetterString is a stringgadget replacement. It is created for MUI, so using it
13 should eliminate the problems with the original BOOPSI stringclass.
14 The class offers the user to do number arithmetic, like increase, decrease and
15 bin<->hex conversion. It has filename completion, ability to mark, cut, copy
16 and paste text - Both via mouse and keyboard. The length of the contents
17 buffer will dynamically be expanded to hold all of what the user type (unless
18 a maximum length is given)
20 It is used by a wide range of well-known MUI-based application like YAM
21 (Yet Another Mailer) or SimpleMail as the main textediting MUI gadget.
23 The gadget was originally written in 1997, and is Copyright (c) 1997-2000 by
24 Allan Odgaard. As of version 11.7, release in July 2005, the gadget is
25 maintained and Copyright (c) by the BetterString.mcc Open Source Team.
27 It was released under the GNU Lesser Public License in July 2005 and its
28 development is hosted at:
30 http://www.sourceforge.net/projects/bstring-mcc/
32 Please consult the included "COPYING" file for a more detailed information
33 on the licensing of the gadget and its source code.
35 Please refer to the included ChangeLog in the archive for a detailed information
36 on the changes since the last version release.
38 Enjoy this release and if you find any bugs or have suggestions please always
39 prefer to go to the project homepage http://www.sf.net/projects/bstring-mcc/ and
40 use the Bug/Feature Trackers there to report anything to the authors!
42 Have phun,
44 Your BetterString.mcc Open Source Team
46 Manual Installation
47 ~~~~~~~~~~~~~~~~~~~
48 1) Extract the archive to a temporary directory.
50    > cd RAM:
51    > lha x MCC_BetterString.lha
53 2) Go to the "MCC_BetterString/Libs/MUI/<OS>" directory where <OS> is the directory
54    matching the operating system you want to install BetterString.mcc for:
56    > cd MCC_BetterString/Libs/MUI/AmigaOS4
58 3) copy all #?.mcc and #?.mcp files found in that <OS> directory to the
59    global "MUI:libs/mui/" directory on your system partition:
61    > copy #?.mcc MUI:Libs/mui/
62    > copy #?.mcp MUI:Libs/mui/
64 4) reboot and enjoy the new version ;)
66 History
67 ~~~~~~~
68 The detailed change log can be found in the ChangeLog file.
70          __
71         / /
72    __  / /   Only Amiga makes it possible...
73    \ \/ /
74     \__/
76 Amiga is a trademark of Amiga, Inc.