Skip to content
Malte Brunnlieb edited this page Feb 20, 2015 · 23 revisions

Text Merger Plug-in

The Text Merger Plug-in enables merging result free text documents to existing free text documents. Therefore, the algorithms are also very rudimentary.

Merger extensions

There are currently two merge strategies:

  • merge strategy textmerge_append (appends the text directly to the end of the existing document)

  • merge strategy textmerge_appendWithNewLine (appends the text after adding a new line break to the existing document) Remark: empty patches will not result in appending a new line any more since v1.0.1

Clone this wiki locally