EiffelStudio 64bit full changelog
EiffelStudio 64bit 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 64bit 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 64bit 7.2.9.1169
released Feb 11, 2013 (New Release)
· 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.
· 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 64bit 7.1.8.8986
released Jul 30, 2012 (New Release)
Improvements:
· 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).
· 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).
EiffelStudio 64bit 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
· 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 64bit 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 64bit 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 64bit 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 64bit 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 64bit for Windows 7 - free download notice
Windows 7 Download periodically updates software information of EiffelStudio 64bit from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX DVD Video Converter
58% Off -
WinX DVD Ripper
50% Off -
Media Player Morpher
85% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% 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
- DOSBox 0.74.3
- All-In-One Cufon 1.1.1
- ExamDiff Pro 15.0.1.21
- Portable RJ TextEd 4.14
- CoreTML Framework 1.4
- CUDA 12.5.0
- Open Validator 2.5.2
- Microsoft Visual Studio 2022 17.10.3
- Geany Portable 2.0
- Qt Creator 15.0.0
- XTOOLS
- Editra 0.7.20
- CodeLite 3.5.5375
- Adobe AIR SDK 51.0.1.1
- JCruiseMonitor 1.0.9
- Adobe AIR SDK for Linux 51.1.3.1
- EdytorNC 2015.04.00 Beta
- KeepAndTrack 1.00
- Hex Workshop 6.8.0.5419
- ECMWF Parser 1.0
Popular Tags
java
obfuscation
visual basic
sql
database
sql tool
sql server
development
visual studio
tool
decompiler
edit
view
file
visual
obfuscator
sql tools
code security
xml
windows
dll
software protection
uml
editor
vb net
code protection
net
software
programming
html
Popular Windows 7 Software
- Qt 6.8.1
- Simply Fortran 3.38 Build 4338
- StrokeScribe 5.2.12.0
- Turbo C++ 3.0
- Free OCR C# 2022.8.7804
- C# QR Barcode Reader 2021.11
- Turbo Pascal 7.0
- PILS 0.4.0
- DOSBox 0.74.3
- Open Fortran Parser 0.8.3
- dotConnect for MySQL Professional 9.3.104
- All-In-One Cufon 1.1.1
- jPDFImages 2021R1
- TrueUpdate 3.5.3.0
- Portable RJ TextEd 4.14
© 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.