Difference between revisions of "EiffelStudio 6.0 Releases"

(Bug fixes)
(Developer changes)
Line 63: Line 63:
 
* build has been renamed into esbuilder
 
* build has been renamed into esbuilder
 
* vision2_tour has been renamed into vision2_demo
 
* vision2_tour has been renamed into vision2_demo
 +
* Possibility to build a delivery which fits into the unix directory layout.

Revision as of 17:08, 13 November 2006

Below are not the release notes of EiffelStudio. It is the change log of EiffelStudio intermediate releases and the most important changes are highlighted in green or in red (for breaking changes). The release notes of EiffelStudio can be found at the following URL. You can also download the latest revision here. Information about other version can be found under Category:Releases.

EiffelStudio 6.0.x Releases

6.0.x

Placeholder for new stuff since last intermediate release.

New features

  • Project settings such as arguments/working directory/location are now stored in a user specific location that does not depend on the UUID of the project, but on its path.
  • Possibility for "hidden/implementation" clusters in libraries, clusters that are not accessible if the library is used (like libraries in libraries are not accessible).
  • Don't do an expensive degree 6 when we freeze or finalize.
  • Newly added clusters are recursive by default.
  • Favorites are now stored in the user settings.
  • Warning if an environment variable has changed and opportunity to (temporarily) use the old, stored value
  • Trigger a full configuration rebuild if environment variables have changed
  • Added configurable (project to class-level) optimization for .NET project that will mark all classes frozen if they are not descended by another.
  • Add assemblies dialog shows more assembly information.
  • Some diagram generation for assemblies
  • Display documentation for .NET Framework assemblies on .NET 2.0
  • Display features tree for .NET classes.
  • Display uncompiled .NET classes.
  • New Debugging options dialog (to set the arguments and other)
  • Now we can pass modified environment variables to the debuggee application.
  • Externals (includes, objects, resources, ...) can now be relative to the ecf file by using the new replacement $ECF_CONFIG_PATH.
  • UUID is not needed for non library systems. If no uuid is specified a random one will be generated. (Startup dialog may not work correct if the config has not been saved with the random generated uuid)
  • Integers can now also be specified with binary and octal representation
  • Manifest characters can now also be specified with binary, octal and hexadecimal representation. Manifest characters can be specified up to 32 Bit.
  • New contextual menu on breakpoints tool for multiple action on class (enable first bp on all features ...)
  • Only expand the currently used target in the project settings.
  • Changed version of configuration format to 1.1.0
  • Only print warnings for unknown attributes and tags if we detect an unknown version (try to be upward compatible).
  • Speed up consumer cache synchronization so working with large .NET caches or large assembly sets is much faster.
  • Debugger: now it is possible to restart the debuggee without unraising and raising again the debugger's interface
  • Debugger tools: now we keep the layout for each watch tool in preferences.
  • Custom conditions now also take environment variables into account.
  • Display unsubstitued path to cluster/assembly/library if a file/directory open error occurs.
  • Added a cancel button in the dialog of the automatic precompilation to cancel the precompilation.
  • COM Wizard: EiffelStudio button is enabled also if the Eiffel compilation fails.

Feature removed

Bug fixes

  • Don't do an expensive degree 6 if assertion level or similar project settings have changed.
  • Decreased amount of created GDI objects on windows in some grids.
  • Fixed a problem with externals in the project settings.
  • Fixed viewpoint handling for assemblies
  • Fixed output to file redirection in the process library on windows.
  • Fixed samples that would not compile.
  • Fixed a crash if a library without an UUID is used.
  • Fixed a problem that classes that were not visible before did not get compiled when they were made visible.
  • Fixed CECIL name if there is a renaming specified in the visible clause.
  • Fixed VTCT error was not detected if a prefix/renaming changed on an assembly or library.
  • Vision2: Fixed bug when setting a pixmap on a menu entry which has a submenu, the submenu would disappear.
  • COM wizard: Time library was not included which lead to problems if a COM component used the DATE_TIME data type.
  • Fixed a bug in the check if local assemblies are present.
  • Fixed some problems with sub clusters of overrides.
  • Interpolate environment variables also in metadata cache path specified on the command line.

User changes

  • EXECUTION_ENVIRONMENT.get will only retrieve environment variable. It won't retrieve a value from the registry key on Windows (from HKLM\Software\ISE\Eiffelxx\app_name). This also means that MELT_PATH on Windows cannot be set in registry; this is not really a problem since now you do not need to set it since the W_code knows where to find it.

Developer changes

  • cli_debugger is now under framework, and the corresponding clib has to be compiled.
  • New delivery scripts on unix will now compress packages using bzip2 as they are about 30% smaller than the packages build with gzip.
  • The eifinit/studio folder has now been moved into studio/eifinit
  • build has been renamed into esbuilder
  • vision2_tour has been renamed into vision2_demo
  • Possibility to build a delivery which fits into the unix directory layout.