Audio (103) Datatype (15) Demo (30) Development (238) Document (27) Driver (18) Emulation (54) Game (459) Graphics (188) Library (27) Network (53) Office (14) Utility (225) Video (20)
Total files: 1471
Full index file Recent index file
Part of aros exec |
TextEditor | Description: | TextEditor custom class for MUI | Download: | mcc_texteditor-15.54.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 870kb | Version: | 15.54 | Date: | 24 Jul 20 | Author: | TextEditor.mcc Open Source Team | Submitter: | salvo | Email: | abbate_salvatore/yahoo com | Homepage: | https://github.com/amiga-mui/texteditor | Requirements: | i386-aros; ppc-aros; x86_64-aros | Category: | library/mui | License: | GPL | Distribute: | yes | FileID: | 2159 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 11 (Current version) | | 11 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] ABOUT TextEditor.mcc
********************
TextEditor.mcc is a multiline string gadget which offers most of the common
features you can find in a typical text editor, but embedded in a MUI custom
class. It is used by a wide range of well-known MUI based applications like
YAM or SimpleMail as the main text editing gadget. Its main features are:
- Text can be colored (limited syntax highlighting)
- WYSIWYG for bold, italic and underline soft styles
- Multi-level undo & redo
- Lines with different alignments (left, right, centered)
- Ability to insert thick or thin separators with an optional title
- Easy marking either using the mouse or keyboard
- Full clipboard support, offering very fast cut & paste routines
- Light text highlighting for e-mail based on an opening ">" character
- Support for external spellcheckers, including type'n'spell and word
guessing
- Configurable keys, colors, cursor types, blink speed, and much more
- Ability to have a bitmap as a background
- Support for proportional fonts with floating word wrap, as well as
antialiased fonts
- Horizontal scrolling in no word wrap mode.
- Support for very long lines (more than 50000 chars in a single line).
- Pixel smooth scrolling
- AREXX interface for scripted programming
TextEditor is available for AmigaOS3, AmigaOS4, MorphOS and AROS.
|