Difference between revisions of "EiffelStudio 21.11 Releases"

(Developer changes)
m (Removed an extraneous empty line.)
Line 11: Line 11:
 
===New features===
 
===New features===
 
* studio: new source control management tool (svn and git support)
 
* studio: new source control management tool (svn and git support)
 
  
 
===Improvements===
 
===Improvements===

Revision as of 04:28, 26 November 2021

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 21.11.x Releases

Beta download: https://ftp.eiffel.com/pub/beta/

21.11.xx.yyyy (Month Day 2021)

New features

  • studio: new source control management tool (svn and git support)

Improvements

  • studio: Added scripts (for unices) to open external editor, launch url, and open terminal.
  • studio: on unices (linux, macos, ...) platforms, EiffelStudio is based on GTK3 (and not anymore GTK2)
  • studio: extended font zoom support to more tools (especially the one based on grid, debugging tools)

Bug fixes

Feature removed

User changes

  • compiler: Added a validity check that the type of an inspect expression is attached when compiled in void-safe mode (test#attach130).
  • studio: added font-zoom support for a few more tools' grid.

Developer changes

  • library(json): Added data time serializer.
  • library(json): added the possibility to also use the reflector serializer with JSON_BASIC_SERIALIZATION
  • library(vision2): updated the checkbox drawing, and added a new `is_indeterminate` state.
  • library(EiffelWeb): Fixed WSF_REQUEST when searching for table item with name such as tb[k1][k2].
  • library(cms): Improved the administration part, and followed recommendation for email sending.
  • library(vision2): updated gtk3 support (warning: gtk3 is the new default on non Windows platforms, to use previous GTK2, please set the variable vision_implementation=gtk2 )