Difference between revisions of "EiffelStudio 19.05 Releases"
(→New features) |
(→New features) |
||
Line 9: | Line 9: | ||
===New features=== | ===New features=== | ||
*EiffelStudio (error): Added an automated fix for violation of <code lang="text">VDRS(4)</code> that removes the associated feature name from the corresponding subclause <e>redefine</e>. | *EiffelStudio (error): Added an automated fix for violation of <code lang="text">VDRS(4)</code> that removes the associated feature name from the corresponding subclause <e>redefine</e>. | ||
− | *library (base): Added creation procedures <e>make_open_temporary<e> and <e>make_open_temporary_with_prefix<e> to the class <e>FILE<e> to create temporary files. | + | *library (base): Added creation procedures <e>make_open_temporary</e> and <e>make_open_temporary_with_prefix</e> to the class <e>FILE<e> to create temporary files. |
===Improvements=== | ===Improvements=== |
Revision as of 09:18, 1 February 2019
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 19.05.x Releases
Beta download: https://ftp.eiffel.com/pub/beta/19.05/
19.05.xx.yyyy ()
New features
- EiffelStudio (error): Added an automated fix for violation of
VDRS(4)
that removes the associated feature name from the corresponding subclauseredefine
. - library (base): Added creation procedures
make_open_temporary
andmake_open_temporary_with_prefix
to the classFILE<e> to create temporary files.
EV_CURSOR
and EV_POINTER_STYLE
completely to EV_CURSOR
.