47.1 Overview

TextEditor.mcc is a multiline string gadget which holds most of the functions of a normal text editor including some special functionality for importing/exporting text from/to special formats.

The gadget was originally written in 1997 by Allan Odgaard. As of version 15.10, released in April 2005, the gadget is maintained by the TextEditor.mcc Open Source team.

It is released and distributed under the terms of the GNU Lesser General Public License (LGPL) and available free of charge.

Please visit http://www.sf.net/projects/texteditor-mcc/ for the very latest version and information regarding TextEditor.mcc.

Here is an XML example of how to include a text editor object in your GUI:

 
<texteditor scrollbar="true" contents="Enter your text here!"/>


Show TOC