Tools | Options | Source Code Engineering | Remove Hard Breaks from comments on import.
Simon;
As I indicated earlier, unchecking "remove hard breaks" won't work because then ALL of the end-of-lines in the source show up as new lines in the model and make a real mess (line breaks in the middle of the line, full length lines alternating with short lines, etc.).
I have a sort of a workaround that seems to partially fix the problem... in the Notes in the model, highlight every paragraph separately, and set it to Bold. Then, on import, every <b></b> tag pair is formatted as a separate paragraph in the model.
I say it "partially fixes" the problem because I still lose all of my whitespace (blank lines) in the note in the model.
I just tried another workaround... anyplace I need a blank line in the model, I insert <b>.</b> in the source code (with a period in between the <b> and </b>... doesn't seem to work without something between the tags). That does the trick, more or less, but it is really kludgy and wastes time.
Do you suppose that in 7.5.851 you can add some recognition for line break tags (<br>) or paragraph break tags (<p>) so that if the import facility sees a line break or paragraph break in the source code comment it will insert a line break or double line break in the model? That would fix the problem, although to be really complete you'd have to implement a way to insert those breaks in the model prior to code generation. I'll take it if it only works on import (i.e. you have to manually add them to your source code before import), though.