RichMemo

From Lazarus wiki
Revision as of 23:45, 5 June 2009 by Swen (talk | contribs) (→‎Author)
Jump to navigationJump to search

About

TRichMemo is a component to replace Delphi TRichEdit component. It's designed in cross-platform way, so implementation is possible for the following platforms: Win32 and MacOSX. But also should be possible for Linux (Gtk and Qt).

Its main caracteristics are :

  • Text highlight
  • Import/Export RichText (not yet implemented)

Planned: (patches are welcomed)

  • Adding images into text
  • Embedding LCL Controls?

The download contains the component, an installation package and a demo application, that illustrates the features of the component along with some instrumentation for evaluating the chart on a given system.

Screenshot

todo: ...

Author

Dmitry 'skalogryz' Boyarintsev

License

modified LGPL (same as the FPC RTL and the Lazarus LCL). You can contact the author if the modified LGPL doesn't work with your project licensing.

Download

The latest trunk is available here: https://lazarus-ccr.svn.sourceforge.net/svnroot/lazarus-ccr/components/richmemo

Change Log

  • Version 0.8.0 date

Dependencies / System Requirements

  • Lazarus 0.9.27

Status: 'Beta'

Issues: not tested at all.

Installation

  • Download the package
  • Open the package, and install it, rebuilding the IDE
  • TRichMemo is added to 'Common Controls' component page.

RichMemoPalette.PNG