New Features in ModelMaker UML Explorer 1.42

New Features

  • The UML Explorer windows can be saved in Delphi IDE desktops. Warning: make sure the three UML Explorer windows are visible in all desktops. (even if hidden behind anther window) when saving (Project) desktops. A bug in the Delphi IDE can cause Access Violations if a 3rd party window is visible in one desktop and invisible in another. By default this feature is enabled, to disable it, uncheck option "Env Options | General | Allow registering in desktops".

C# version 3 support

  • Auto implemented properties supported.
  • The partial method modifier is supported.
  • Extension methods: the this parameter modifier is supported.

Solved problems

  • Pascal: structured constant declarations (like const Origin: TPoint = (X:0; Y:0); would cause parsing errors. Solved
  • Forward declarations would hide the actual type making it impossible to visualize a class with forward declarations. Solved.
  • Running the demo version under Vista could cause Access Violations. Solved.