All Projects → amiga-mui → texteditor

amiga-mui / texteditor

Licence: LGPL-2.1 license
A well-known and used MUI custom class (TextEditor.mcc) which provides application programmers a textedit gadget. It supports features like word wrapping, soft styles (bold, italic, underline), a spell checking interface as well as an AREXX interface for scripting.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to texteditor

guidetoamigacompatibleprogramming
Guide to Amiga compatible programming
Stars: ✭ 27 (+80%)
Mutual labels:  amiga, morphos, amigaos, amigaos3
CuriOS
Simple GUI based Operating System - Based upon my own Microcokernel, heavily inspired by the original 1980s AmigaOS (though somewhat simpler).
Stars: ✭ 32 (+113.33%)
Mutual labels:  amiga, amigaos
aqb
A BASIC Compiler and IDE for Amiga Computers
Stars: ✭ 49 (+226.67%)
Mutual labels:  amiga, amigaos3
AROS
www.axrt.org
Stars: ✭ 33 (+120%)
Mutual labels:  amiga, mui
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (+173.33%)
Mutual labels:  amiga
amiwm
Amiga Workbench inspired WM for Xorg.
Stars: ✭ 29 (+93.33%)
Mutual labels:  amiga
Vue2.x-mobileSystem
基于Vue2.0的移动端项目,项目没有使用vue-cli,全部手写,让小白更容易学习理解
Stars: ✭ 72 (+380%)
Mutual labels:  mui
jss-material-ui
A enhanced styling engine for material-ui
Stars: ✭ 15 (+0%)
Mutual labels:  mui
OpenAmigaMouseTrigger
Control Amiga add-on boards through mouse buttons
Stars: ✭ 21 (+40%)
Mutual labels:  amiga
recode-converter
A modern & simple audio converter for video files
Stars: ✭ 22 (+46.67%)
Mutual labels:  mui
Dreamdealers
Deamdealers Amiga demo sources !!!
Stars: ✭ 38 (+153.33%)
Mutual labels:  amiga
salvador
A free, open-source compressor for the ZX0 format
Stars: ✭ 35 (+133.33%)
Mutual labels:  amiga
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+2220%)
Mutual labels:  texteditor
OpenAmiga2000CoproAdapter
Move your Amiga 2000 CPU to the Coprocessor slot!
Stars: ✭ 20 (+33.33%)
Mutual labels:  amiga
container-amiga-gcc
Containerfile for AmigaOS Cross-Compiler Toolchain
Stars: ✭ 51 (+240%)
Mutual labels:  amigaos
WhoWroteThat
A Wikipedia gadget to a browser extension to display article contribution information. Powered by WikiWho.
Stars: ✭ 28 (+86.67%)
Mutual labels:  gadget
website
Official dahliaOS website
Stars: ✭ 29 (+93.33%)
Mutual labels:  mui
pocketmod
Small ANSI C library for turning ProTracker MOD files into playable PCM audio.
Stars: ✭ 54 (+260%)
Mutual labels:  amiga
mt32-pi-control
MT32-PI.EXE/MT32-PI.TTP/mt32-pi-ctl is a control program for the mt32-pi MIDI synthesizer available for DOS PCs, Atari ST and Amiga computers as well as modern systems running Linux and Windows.
Stars: ✭ 22 (+46.67%)
Mutual labels:  amiga
files texteditor
📄 Text editor for plaintext files
Stars: ✭ 62 (+313.33%)
Mutual labels:  texteditor

TextEditor.mcc

Build

TextEditor.mcc is a multiline string gadget for Amiga systems 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.

TextEditor.mcc is available for AmigaOS3, AmigaOS4, MorphOS and AROS.

Features

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
  • Pixel smooth scrolling
  • Possibility to attach a horizontal- and vertical scroll bar
  • AREXX interface for scripted programming

Downloads/Releases

All releases up to the most current ones can be downloaded from our central releases management.

Bug Reports / Enhancement Requests

To report bugs use the bug/issue tracker.

Manual Installation

  1. Extract the archive to a temporary directory.

    > cd RAM:
    > lha x MCC_TextEditor.lha
    
  2. Go to the MCC_TextEditor/Libs/MUI/<OS> directory where <OS> is the directory matching the operating system you want to install TexiEditor.mcc for:

    > cd MCC_TextEditor/Libs/MUI/AmigaOS4
    
  3. copy all #?.mcc and #?.mcp files found in that <OS> directory to the global MUI:Libs/mui/ directory on your system partition:

    > copy #?.mcc MUI:Libs/mui/
    > copy #?.mcp MUI:Libs/mui/
    
  4. reboot and enjoy the new version ;)

License / Copyright

TextEditor.mcc was originally written in 1997 and is Copyright (C) 1997-2000 by Allan Odgaard. As of version 15.10, released in April 2005, the gadget is maintained and Copyright (C) 2005-2021 TextEditor.mcc Open Source Team.

TextEditor is distributed and licensed under the GNU Lesser General Public License Version 2.1. See COPYING for more detailed information.

Authors

  • Allan Odgaard
  • Alper Sönmez
  • Gianfranco Gignina
  • Ilkka Lehtoranta
  • Jens Maus
  • Nicolas Rybkin
  • Sebastian Bauer
  • Thore Böckelmann
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].