EiffelStudio full changelog
EiffelStudio 7.3.9.2766
released Jul 8, 2013 (New Release)
· studio: Made sure that conditions in Project settings are human readable. This fixes bug#18519.
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
EiffelStudio 7.2.9.1284
released Feb 28, 2013 (New Release)
· studio: Made sure that conditions in Project settings are human readable. This fixes bug#18519.
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
· studio: Fixed bug#18504 when adding removing libraries to a project.
· compiler: Fixed a regression where using the compiler option `-safe' will not work anymore if you apply it to ECFs already containing some ECFs without a corresponding -safe ECF.
· compiler: Fixed a bug where after a finalization, the printed message was always mentioning the workbench version.
· library: Updated FILE/DIRECTORY classes to recent changes in the compatible version so that gobo descendants can compile.
· compiler: Fixed bug#18509 and eweasel test#config036 where the library_target of an ECF was not compared in a case insensitive manner with the name of the target thus causing an error if the target name was anything but lower case. Improved error messages by using the name as specified in the ECF (i.e. no lower case conversions).
EiffelStudio 7.2.9.1169
released Feb 11, 2013 (New Release)
New features:
· library (base): Added support for converting CHARACTER_32 to lower or upper case.
· installation: Added support for Visual Studio 2012 as a C compiler backend.
· library (base): Added support to manipulate Unicode path.
· Added support for installing EiffelStudio in a path with Unicode characters.
· library (base): Added support for converting CHARACTER_32 to lower or upper case.
· installation: Added support for Visual Studio 2012 as a C compiler backend.
· library (base): Added support to manipulate Unicode path.
· Added support for installing EiffelStudio in a path with Unicode characters.
EiffelStudio 7.1.8.8986
released Jul 30, 2012 (New Release)
· compiler: bug#17591, bug#17662 (test#pretty028) - Improved formatting of comments delimited with blank lines.
· vision2: one can now provide a hint of the size of the dropdown list of the combobox. The hint is currently only effective on Windows.
· vision2: Improved the default size of the dropdown list of a combobox so that all the text can be visible.
· compiler: test#valid275 - Reduced the number of cases when VWEQ warning is reported, in particular by limiting it to the immediate code only.
· compiler: test#tilde002 - Optimized code generation for the equality test that involves two values of different expanded types.
· compiler: bug#15145 (test#exec296) - Supported detection and warning report with code VWAB for useless bodies of attributes that are never executed because the types of the attributes are self-initialized (expanded or detachable).
· vision2: one can now provide a hint of the size of the dropdown list of the combobox. The hint is currently only effective on Windows.
· vision2: Improved the default size of the dropdown list of a combobox so that all the text can be visible.
· compiler: test#valid275 - Reduced the number of cases when VWEQ warning is reported, in particular by limiting it to the immediate code only.
· compiler: test#tilde002 - Optimized code generation for the equality test that involves two values of different expanded types.
· compiler: bug#15145 (test#exec296) - Supported detection and warning report with code VWAB for useless bodies of attributes that are never executed because the types of the attributes are self-initialized (expanded or detachable).
EiffelStudio 7.0.8.8074
released Nov 30, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
EiffelStudio 7.0.8.7781
released Nov 16, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
Bug fixes:
· compiler: bug#16974 (test#term187) - Fixed a bug that caused a compiler crash on a particular kind of formal generic constraints.
· compiler: bug#17057 (test#term190) - Fixed processing of invalid formal generic constraints that could potentially lead to a crash.
EiffelStudio 7.0.8.7451
released Oct 17, 2011 (New Release)
Improvements:
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
· compiler: Avoided reporting errors related to variable initialization when the right-hand part of assignment to this variable causes an error.
· compiler: Promoted keywords across and some from provisional syntax to the standard one.
· compiler: Made class BIT_REF optional as soon as a BIT type is not used in a system.
· studio: Replaced keyword completion for indexing with keyword completion for note.
· Feature removed
EiffelStudio 6.8.8.6542
released May 26, 2011 (New Release)
· studio: Fixed regression where one could not either create a new editor tab, nor could you close any tools.
· studio: Fixed the incorrect pick and drop line.
· compiler: Fixed various inlining bugs, see eweasel test#final102, test#final103, test#final105 and test#final106.
· compiler: Fixed a bug in the finalization of an agent call with a tuple involving the third or greater formal generic parameter of the class (eweasel test#agent014).
· studio: Fixed the incorrect pick and drop line.
· compiler: Fixed various inlining bugs, see eweasel test#final102, test#final103, test#final105 and test#final106.
· compiler: Fixed a bug in the finalization of an agent call with a tuple involving the third or greater formal generic parameter of the class (eweasel test#agent014).
EiffelStudio 6.7.8 Build
released Aug 18, 2010 (New Release)
· Compiler: Allowed for a qualified anchored type that has a standalone type qualifier to be used as a type of a once function (bug#16947, test#anchor050).
· Bug fixes
· Compiler: Fixed eweasel test#incr366 when an expanded generic type is being used and its expandness status is removed. It completes the fix for test#incr315.
· Compiler: Fixed test#attach077 when VEVI was not properly reported in some cases for uninitialized attributes passed as arguments.
· Compiler: Fixed eweasel test#incr378 for a bug added at the previous intermediate release which would break execution of code when touching/modifying some generic classes used in the system.
· User changes
· Bug fixes
· Compiler: Fixed eweasel test#incr366 when an expanded generic type is being used and its expandness status is removed. It completes the fix for test#incr315.
· Compiler: Fixed test#attach077 when VEVI was not properly reported in some cases for uninitialized attributes passed as arguments.
· Compiler: Fixed eweasel test#incr378 for a bug added at the previous intermediate release which would break execution of code when touching/modifying some generic classes used in the system.
· User changes
EiffelStudio for Windows 7 - free download notice
Windows 7 Download periodically updates software information of EiffelStudio from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
Media Player Morpher
85% Off -
WinX HD Video Converter
56% Off -
MacX DVD Ripper Pro
50% Off -
WinX MediaTrans
63% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Software Ideas Modeler Portable 15.20
- Software Ideas Modeler Portable x64 14.55
- QuickRev 1.10.2
- Portable RJ TextEd 4.18
- ExamDiff Pro 16.0.1.15
- Microsoft Visual Studio 2022 17.10.3
- Windows Phone Developer Tools 1.0.1
- Adobe AIR SDK for Linux 51.2.2.5
- NCache Enterprise Edition x64 4.4
- Qt Creator 18.0.0
- Open Validator 2.5.2
- Geany Portable 2.0
- DOSBox 0.74.3
- XN Resource Editor Portable 3.0.0.1
- UDB Workbench 3.4.5
- Google App Engine SDK 1.3.8
- D-Fend Reloaded 1.4.4
- Adobe Photoshop SDK CS6
- Prey 2.12.2
- Ruby 1.9.3
Popular Tags
sql server
visual studio
obfuscation
software
sql tool
decompiler
sql
development
windows
programming
xml
code security
vb net
java
tool
net
html
obfuscator
code protection
editor
uml
database
software protection
view
dll
sql tools
visual
visual basic
file
edit
Popular Windows 7 Software
- Simply Fortran 3.41 Build 4438
- dotConnect for MySQL Professional 10.0.0
- PHP 8.5.1
- dotConnect for Oracle Professional Edition 11.0.0
- Miraplacid Text Driver SDK 8.0
- dbForge Documenter for SQL Server 2025.2
- Turbo C++ 3.0
- StyleControls 5.86
- Windows Installer 4.5
- Free OCR C# 2022.8.7804
- Software Ideas Modeler Portable 15.20
- Review Assistant 4.1
- Windows Post-Install 8.7.2
- Software Ideas Modeler Portable x64 14.55
- C# QR Barcode Reader 2021.11
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



