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 added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
lazrichview.lpk richview, automatically rebuild as needed, version 0.5.3.0 2008-06-16 03:00:25 +00:00
lazrichview.pas added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
originalreadme.txt added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
ptblrv.pas added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
readme.txt added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
richview.lrs added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
richview.pas richview: added DataPtr to TLineInfo, fix compiling with trunk 2014-07-19 03:16:50 +00:00
rv_defs.inc added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
rv_save.inc richview: internal restructure to easily do descendant components (for example rtfview needs this), version upgrade 0.5.2.3->0.5.3 2007-02-21 18:06:02 +00:00
rvfreereg.pas added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
rvlazintf.pas added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00
rvscroll.pas richview: internal restructure to easily do descendant components (for example rtfview needs this), version upgrade 0.5.2.3->0.5.3 2007-02-21 18:06:02 +00:00
rvstyle.pas added: richview 0.5.2.3 component 2007-02-20 22:47:04 +00:00

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.