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
-
WinX HD Video Converter
56% Off -
WinX MediaTrans
63% Off -
WinX DVD Copy Pro
42% Off -
MacX MediaTrans
63% Off -
MacX DVD Video Converter
58% 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
- ExamDiff Pro 15.0.1.24
- Portable RJ TextEd 4.15
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
- CoreTML Framework 1.4
- CUDA 12.5.0
- Microsoft Visual Studio 2022 17.10.3
- Geany Portable 2.0
- Open Validator 2.5.2
- XTOOLS
- Qt Creator 15.0.0
- Adobe AIR SDK 51.0.1.1
- Adobe AIR SDK for Linux 51.1.3.1
- Editra 0.7.20
- Hex Workshop 6.8.0.5419
- CodeLite 3.5.5375
- EdytorNC 2015.04.00 Beta
- JCruiseMonitor 1.0.9
- KeepAndTrack 1.00
- VbsEdit 22.6.10
Popular Tags
view
windows
database
software protection
editor
visual basic
xml
sql server
edit
sql tool
java
obfuscator
code security
code protection
software
sql
dll
development
uml
visual
html
file
programming
tool
decompiler
obfuscation
visual studio
net
sql tools
vb net
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4350
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- StrokeScribe 5.2.12.0
- C# QR Barcode Reader 2021.11
- ExamDiff Pro 15.0.1.24
- Open Fortran Parser 0.8.3
- Portable RJ TextEd 4.15
- PILS 0.4.0
- Turbo Pascal 7.0
- dotConnect for MySQL Professional 9.3.104
- jPDFImages 2021R1
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
© 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.