Book a Demo

Author Topic: Reverse engineering  (Read 2979 times)

valya

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Reverse engineering
« on: September 05, 2008, 08:52:05 pm »
Hi, I have a problem. I made reverse engineering on all code (C# project) and I order my diagrams, but every time when I make synchronization this rearrange diagrams! My question - is there a command that can fixed my diagram :) thank you for advance!

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Reverse engineering
« Reply #1 on: September 05, 2008, 09:39:06 pm »
Hi Valya,

I believe you are in luck.

There is an option that controls this. The option is based on whether the diagram was created by the import. For some reason this is set globally - across all sessions and models for each user - rather than on a per-import basis; there is also no override.

You will find this via the main menu on the Tools | Options | Source Code Engineering dialog. [You can also use the control-F9 shortcut.] About one third down the dialog in the center you will see a drop-down for Auto Layout Diagram on Import. Set this to New Diagram or Never and you should be fine.

HTH, David
No, you can't have it!

valya

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Reverse engineering
« Reply #2 on: September 05, 2008, 10:05:28 pm »
Thank you very much David :) you help me again :)