Book a Demo

Author Topic: synchronize class notes on code generation  (Read 3377 times)

SomersetGraham

  • EA User
  • **
  • Posts: 376
  • Karma: +1/-0
    • View Profile
synchronize class notes on code generation
« on: May 08, 2012, 11:09:36 pm »
Hi
I have observed the following behaviour and wondered if others had encountered it and whether or not there is a work around

Create a class and add some notes
Generate the code
In the model add some more notes but include some carriage returns
Generate the code - In the code the carriage returns are included.
Now synchronize the class with the code - the carriage returns are deleted!!! >:(

Think I'll report a bug
Using V12

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: synchronize class notes on code generation
« Reply #1 on: May 09, 2012, 09:34:36 am »
Tools | Options | Source Code Engineering | Remove hard breaks from comments on import.

The default is set to allow for users having paragraphs of text aligned to particular character limits in code and have them reverse engineered as paragraphs.

Maggie

  • EA User
  • **
  • Posts: 106
  • Karma: +0/-0
    • View Profile
Re: synchronize class notes on code generation
« Reply #2 on: May 09, 2012, 05:21:11 pm »
Thanks