EiffelStudio is an IDE for the Eiffel language (ECMA-367, ISO/IEC 25436, and ACM Software System Award 2006). It includes: Eiffel compiler, Eiffel editor, Eiffel code browsing tool, graphical design tool, refactoring tool, debugger, profiler, and Eiffel analysis tools (Metrics, Dependencies, etc.). Eiffel generates C or CLI for .NET or Mono. Eiffel applies O-O principles and Design by Contract for high-quality software. Many Eiffel libraries are included: ADT, network, GUI, database, parsing (including an Eiffel parser), XML, Web, COM, and more.
License: GNU General Public License (GPL)
Changes:
Compiler code generation was improved by reducing
the size of the generated executable by about 2%.
Various bugs in the inliner were fixed. Support
was added for Windows SDK 6.1 on the Windows
platform. One issue where harmful catcall
detection runtime would not be detected was fixed.
A new environment variable ISE_USER_FILES was
added to override EiffelStudio settings without
having to fool with the EiffelStudio delivery.