Descriptions not displaying line feeds

When I import from a Firebird database, the comments are mashed together when they are viewed from within datamodeller


For example, a comment such as

Original Attribute Name      :  Requirement Identifier
Physical Attribute Name     :  REQUIREMENT_ID
Creation Date                    :  Friday,June 8, 2012
Model Style                        :  Logical, 3rd NF
Revision                             :  1

Notes
.........

Is displayed within the description boxes like this
Original Attribute Name       :  Requirement IdentifierPhysical Attribute Name       :  REQUIREMENT_IDCreation Date :  Friday,June 8, 2012Model Style                :  Logical, 3rd NFRevision                   :  1Notes .......

But, when datamodeller generates the script, the original formatting with linefeeds is fully created.

Is there a setting to stop the description fields from being mangled during display?

Hi Dalton,

 
actually I do not see this problem in a test here. Probably your comments were inserted with control characters that are not compatible with the window controls that Data Modeler use to display the text (actually it just uses a regular TMemo which is a normal Windows control).
Maybe your text doesn't have both return and line feed characters, or something like that.