BetterString is a string gadget replacement for Amiga systems. It is created for MUI, so using it should eliminate the problems with the original BOOPSI string class. The class offers the user to do number arithmetic, like increase, decrease and bin to hex conversion. It has filename completion, ability to mark, cut, copy and paste text - Both via mouse and keyboard. The length of the contents buffer will dynamically be expanded to hold all of what the user type (unless a maximum length is given)
It is used by a wide range of well-known MUI-based application like YAM or SimpleMail as the main string gadget.
BetterString.mcc is available for AmigaOS3, AmigaOS4, MorphOS and AROS.
All releases up to the most current ones can be downloaded from our central releases management.
To report bugs use the bug/issue tracker.
-
Extract the archive to a temporary directory.
> cd RAM: > lha x MCC_BetterString.lha
-
Go to the
MCC_BetterString/Libs/MUI/<OS>
directory where<OS>
is the directory matching the operating system you want to install TexiEditor.mcc for:> cd MCC_BetterString/Libs/MUI/AmigaOS4
-
copy all
#?.mcc
and#?.mcp
files found in that<OS>
directory to the globalMUI:Libs/mui/
directory on your system partition:> copy #?.mcc MUI:Libs/mui/ > copy #?.mcp MUI:Libs/mui/
-
reboot and enjoy the new version ;)
The gadget was originally written in 1997, and is Copyright (c) 1997-2000 by Allan Odgaard. As of version 11.7, release in July 2005, the gadget is maintained and Copyright (c) by the BetterString.mcc Open Source Team.
BetterString is distributed and licensed under the GNU Lesser General Public License Version 2.1. See COPYING for more detailed information.
- Allan Odgaard
- Ilkka Lehtoranta
- Jens Maus
- Thore Böckelmann