Page 1 of 1

TRichView v21.4

Posted: Fri Aug 04, 2023 1:37 pm
by Sergey Tkachenko
We've released TRichView v21.4.

Trial versions are available here: https://www.trichview.com/download/

This update includes improvements in FireMonkey Linux version, many small improvements requested by customers, updated UI translations, fixes.

Previous version:
https://www.trichview.com/forums/viewtopic.php?t=11626

Clipboard in FireMonkey for Linux

Posted: Fri Aug 04, 2023 1:43 pm
by Sergey Tkachenko
FireMonkey for Linux: multi-format Clipboard copying

The standard FireMonkey Clipboard service does not allow copying several formats to the Clipboard at the same time, so TRichView implements special clipboard support for Windows, macOS, and (now) Linux.

Multi-format Clipboard copying requires FMXLinux version 1.74.
v1.74 is now the minimum required version of FMXLinux for TRichView.
This version of FMXLinux can be downloaded from GetIt package manager in Delphi 10.4 and Delphi 11.x, or ordered from www.fmxlinux.com.

There is one more good thing in this release of FMXLinux: it includes package files for Delphi 10.4 and Delphi 11.x, so the problem described in the previous TRichView release (implicit inclusion of standard FMX Linux units in the first third-party package that uses them) is solved.

Markdown and HTML

Posted: Fri Aug 04, 2023 1:48 pm
by Sergey Tkachenko
Markdown: numbered paragraph lists

In this update, TRichView supports starting values for numbered lists in Markdown, both in import and export functions.

In Markdown, lists can be started from any positive integer number or zero.

Note 1: only a stating counter value can be changed; Markdown does not support changing numbering in the middle of lists

Note 2: TRichView follows CommonMark Markdown specification; according to it, only lists that start from 1 can interrupt paragraphs. If a list starts from another value, the previous paragraph must be closed explicitly by an empty line.

HTML

HTML export was updated:
  • changes to pass HTML validation
  • an option to save image sizes as attributes instead of CSS

DocX

Posted: Fri Aug 04, 2023 1:57 pm
by Sergey Tkachenko
DocX import in old versions of Delphi

All the main TRichView features are available in all supported versions of Delphi, from Delphi 5 to Delphi 11.3.
The only exception was DocX (Microsoft Word Document) import.
The problem is in the old version of ZLib library included in Delphi 5, 6, 7, 2006, 2007: it cannot be used to unpack DocX.

In this update, TRichView can use third-party Delphi ZLib.
Details can be found in the help file and in the forums for registered users.
This feature uses a conditional compilation, so it requires TRichView source code and is not available in the trial version.

RichViewActions

Posted: Fri Aug 04, 2023 2:05 pm
by Sergey Tkachenko
RichViewActions

RichViewActions is a set of actions and components for creating user interface for a word processor.

Changes in this release: Updated UI translations
  • Slovak in RichViewActions and ScaleRichView (thanks to Miroslav Štipkala)
  • Finnish in ReportWorkshop (thanks to Costas Stergiou)
  • Hindi in ReportWorkshop (thanks to Costas Stergiou)
  • Portuguese (Brazilian) in ReportWorkshop (thanks to Alexandre Garcia)
  • Turkish in ReportWorkshop (thanks to Ertan Küçükoglu)

Developer Express VCL

Posted: Fri Aug 04, 2023 2:16 pm
by Sergey Tkachenko
Integration with DevExpress VCL

TRichView can work together with VCL components by DevExpress, see https://www.trichview.com/resources/devexpress/
The components were updated to support the newest version of DevExpress VCL
(if you still want using an older version, you can modify compiler $defines in cxTRichView.pas)