EiffelStudio のリリース

Released: Oct 6, 2023

23.09 での更新項目

機能

  • Compiler
    • Added compilation support for Microsoft .NET Core (.NET 6.0, .NET 7.0, etc.) on Microsoft Windows and Linux.
    • Added compilation support for .NET Framework 4.0 on Windows.
  • Graphical environment
    • The execution output panel (debugger) now has additional information such as the modified environment variables, and a timestamp for launched/stopped/quit events.
    • Added "Toggle comment" to comment/uncomment the current line/selection using the standard Ctrl+/ shortcut.
    • Improved zooming on...

Released: Dec 23, 2022

22.12 での更新項目

機能

  • Graphical environment
    • Added code completion support for 'once' classes.
    • Improved the 'Add Library' implementation by allowing you to add 'redirection' ecf files.
  • Compiler
    • Added support for new platforms: Apple macOS ARMv6 (M1, M2 support) and Linux ARM64.
  • Tools
    • It is now possible to use the 'emdc.exe' Microsoft .NET md consumer, as an alternative to the COM md consumer from EiffelStudio. This is a first step toward supporting .NET on non Microsoft Windows platforms.

不具合の修正

  • Graphical...

Released: May 24, 2022

22.05 での更新項目

機能

  • Graphical environment
    • Some feature indexing note variants are now clickable.
    • Extended font zoom factor to grid and text-based tools.
  • Compiler
    • Improved support for the most recent Microsoft Visual Studio version (2022) and future versions.
  • Tools
    • Added support for 'remote target' in Eiffel and 'compile_all' tools.
    • Improved 'WrapC' tool with updated type mapping and internal optimizations.
  • Libraries
    • Integrated routines to convert the values of INTEGER_* and NATURAL_* types to binary and octal...

Released: Dec 31, 2021

21.11 での更新項目

機能

  • Graphical environment
    • On non Microsoft Windows platforms (Linux, macosx, ...), EiffelStudio is now using GTK3 (instead of the older GTK2).
    • The new Source Control tool provides basic GIT and subversion operations (status, diff, commit, ...). The related tools have to be installed on your machine, as the Source Control tool relies on the executable git and svn commands.
  • Compiler
    • Added support for a unified syntax to access loop cursor features inside an iteration form of a loop for both keyword...