lazarus-ccr/components/richview
2014-07-19 03:16:50 +00:00
..
demo richview, fixed demo default target 2008-06-16 02:48:46 +00:00
res
lazrichview.lpk richview, automatically rebuild as needed, version 0.5.3.0 2008-06-16 03:00:25 +00:00
lazrichview.pas
originalreadme.txt
ptblrv.pas
readme.txt
richview.lrs
richview.pas richview: added DataPtr to TLineInfo, fix compiling with trunk 2014-07-19 03:16:50 +00:00
rv_defs.inc
rv_save.inc
rvfreereg.pas
rvlazintf.pas
rvscroll.pas
rvstyle.pas

Lazarus RichView


Original Package: http://www.trichview.com

Contributors

  Paul Burton       Ported to Lazarus by Paul Burton
                    http://www.burtonsoftware.co.uk
  
  Jesus Reyes A.    Additional portability and fixes
                    jesusrmx@yahoo.com.mx


This package had been tested in Lazarus 0.9.17
under win32 and Linux.


Installation

    * Create the directory lazarus\components\richview
    * Unzip the files from the zip file in this directory
    * Open lazarus
    * Open lazrichview.lpk with Component/Open package file (.lpk)
    * Click on Compile
    * Click on Install


Change Log

    * 30.12.05 - First Release (v0.5.2.1)
    * 08.09.06 - Fixes and portability (v0.5.2.2)
               - Removed Windows dependency.
               - Fixed text selection highlight.
               - Fixed text position.
               - Added component palette icons.
               - Fixed mouse cursor disappear when hovering links.
               - Added Printer4Lazarus requeriment.
               - Added demo
	       - Fixed flicker
	       - Fixed Scrolling in linux
               - etc.