|
The main additions in version 1.2
| ▪ | ability to change background color of text under mouse (TFontInfo.HoverBackColor); |
| ▪ | ability to save and load styles to registry (TRVStyle.LoadReg, TRVStyle.SaveReg, Delphi 4+ is required); |
| ▪ | ability to search upwards in RichView (TRichView.SearchText); |
Compatibility issues
| ▪ | default search direction in TRichView.SearchText was changed; |
| ▪ | some keys for saving styles in ini-files were changed (SingleSymbolsN -> FontSingleSymbolsN, VShiftN -> FontVShiftN, NextStyleNoN -> FontNextStyleNoN, AlignmentN -> ParaAlignmentN); |
| ▪ | components do not use text HoverColor for drawing selected hypertext links any more; you can return old behavior turning on RVUSETEXTHOVERCOLORWITHSELECTED define; |
| ▪ | removed method TRVStyle.SaveCSSFile (replaced with TRVStyle.SaveCSSToStream); |
| ▪ | RVF format was changed. RichView v1.2 can read RVF files saved by old versions of RichView, but older versions can not read new RVF files. |
New and updated topics (from version 1.1.3 to version 1.2)
New:
Updated (not including topics where only references were corrected):
Removed:
|