Closed dschulten closed 3 years ago
@dschulten Thanks for the feedback, it is the best bug description I've seen. Could you please test this fix: activiti-bpmn-plugin.zip To install it please follow https://github.com/valb3r/flowable-bpmn-intellij-plugin#from-github-releases
If everything fine, I'll merge the fix and promote it to release
Solved, please promote to release
Describe the bug If any
documentation
Element contains LF linebreaks, the activiti plugin removes them as soon as you start editing the diagram, e.g. by moving any graphical element or by saving any edited attribute.To Reproduce Steps to reproduce the behavior:
scriptTask/documentation
element still contains linebreaks while only displaying the diagramscriptTask/documentation
element: the linebreaks are gone. The same happens to any documentation element.BPMN definition
Expected behavior Any linebreaks in elements should not be removed
Screenshots
IntelliJ version (please complete the following information):
Additional context The linebreaks in documentation elements are essential for us because our tooling relies upon them for formatting. Apparently it does not happen in other elements such as script or activiti:expression.