Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
MCC_TextEditor | Description: | Mui Custom Class | Download: | mcc_texteditor-15.56.lha (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 875kb | Version: | 15.56 | Date: | 02 Sep 21 | Author: | Open Source Team | Submitter: | salvo | Email: | abbate_salvatore/yahoo com | Homepage: | https://github.com/amiga-mui/texteditor | Requirements: | ABIv0; i386-aros; ppc-aros; x86_64-aros | Category: | library/mui | License: | LGPL | Distribute: | yes | FileID: | 2377 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 57 (Current version) | | 57 (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.
|