Book a Demo

Author Topic: Syncronisation settings  (Read 2335 times)

jasonp

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Syncronisation settings
« on: October 20, 2008, 08:36:41 pm »
Hi,

We keep our design modal up to date by synchronising it with the source code from time to time. Whenever we do a synchronise, the Notes field in each class gets populated with text from the source file (I think these are comments that proceed the class declaration in the code).

I can't see any obvious way of changing things so that the class notes field is NOT updated when we do the synchronise - we are happy for everything else to be populated, but not this part.  We want to type the notes field for each class in ourselves, and once this is done we don't want it to be overwritten with what is in the source file.

Can anyone help with this? Using EA Corporate 6.5 build 802, and the source code is C++.

Thanks,
Jason.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Syncronisation settings
« Reply #1 on: October 21, 2008, 09:45:43 am »
You can turn it off at Tools | Options | Source Code Engineering.

There is a group labeled Comments, with an option Reverse.  Uncheck this and EA will no longer import comments from code.