Skip to content
Mike Schumacher edited this page Apr 16, 2018 · 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 three 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

  • merge strategy textmerge_appendWithoutHeader (appends the text after the document header, specified by the string "append:header" that should be included in the template as a comment of the document type to be generated) Remark: if the comment declaration has and ending tag or similar (e.g. java "*/") it is included in the appended text.

Clone this wiki locally