-
Notifications
You must be signed in to change notification settings - Fork 70
cobigen textmerger
The Text Merger Plug-in enables merging result free text documents to existing free text documents. Therefore, the algorithms are also very rudimentary.
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.
Disclaimer
If you discover any documentation bugs or would like to request new content, please raise them as an issue or create a pull request. Contributions to this wiki are done through the main repo under the folder documentation.
License
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International
)