mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 01:29:28 +02:00
Author:alexk
Date:2011-05-13T13:38:53.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@893 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -11,14 +11,18 @@
|
||||
* Extended types supported by EiffelStore, especially STRING_32 for Unicode string types.
|
||||
* Improved memory management in EiffelStore, ODBC implementation.
|
||||
* Set file name of current class to the Save File As dialog.
|
||||
* Made ECF parser more tolerant by converting errors into warnings when the current namespace is unknown.
|
||||
* Improved error reporting by including attachment status indicator in type information so that one can easily see the difference between attached and detachable types when they come from the classes with different default attachment settings.
|
||||
|
||||
==Changes==
|
||||
* Made feature <e>{ITERATION_CURSOR}.start</e> optional when processing an iteration form of a loop.
|
||||
|
||||
==Bug fixes==
|
||||
* Various bug fixies in EiffelStore.
|
||||
* Fixed the bug in the Info tool when deleting an EIS entry, selecting No did not actually cancel the deletion.
|
||||
* Fixed bug#17374: Feature call on void target in {EB_CLASS_INFO_ANALYZER}.stone_in_click_ast in EiffelStudio
|
||||
* Fixed bug#17299: Locale preference lost the second time opening ES.
|
||||
* Fixed a crash when there is an error inside a check instruction.
|
||||
|
||||
===Language issues===
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ The options are distinguished by how the compiler handles the processing of cert
|
||||
|-
|
||||
! Obsolete !! Transitional !! Standard !! Provisional
|
||||
|-
|
||||
! rowspan="9" style="valign: center; text-align: center;" | [[Release notes for EiffelStudio 6.7 | 6.7]], [[Release notes for EiffelStudio 6.6 | 6.6]]
|
||||
! rowspan="9" style="valign: center; text-align: center;" | [[Release notes for EiffelStudio 6.8 | 6.8]], [[Release notes for EiffelStudio 6.7 | 6.7]], [[Release notes for EiffelStudio 6.6 | 6.6]]
|
||||
| style="color: gray;" | across
|
||||
| style="color: gray;" | across
|
||||
| style="color: gray;" | across
|
||||
|
||||
@@ -1,15 +1,19 @@
|
||||
[[Property:title|Release notes for EiffelStudio 6.8]]
|
||||
[[Property:link_title|6.8]]
|
||||
[[Property:weight|-15]]
|
||||
[[Property:uuid|de57f53e-16e7-79d8-cf68-e35e4be88ea8]]
|
||||
[[Property:uuid|5b3df521-34a8-27a2-4261-830973a62673]]
|
||||
==Graphical environment==
|
||||
|
||||
===What's new===
|
||||
===Improvements===
|
||||
* Improved dialog that adds a new class to the system: changed button label to be more explicit about its action, removed detachable status when it is not used, removed unnecessary frame boxes, simplified code that opens the dialog.
|
||||
* Avoided class counter increment in automatically generated class name if class addition is cancelled.
|
||||
|
||||
===Changes===
|
||||
|
||||
===Bug fixes===
|
||||
* Corrected output of the iteration form of a loop in clickable views.
|
||||
* Fixed feature call on void target when reopening a project with diagram tool that contains cluster legend.
|
||||
|
||||
==Compiler==
|
||||
* Click [[Major changes between ISE Eiffel 6.7 and ISE Eiffel 6.8|here]] for the compiler release notes.
|
||||
@@ -23,6 +27,8 @@
|
||||
==Libraries==
|
||||
|
||||
===EiffelBase===
|
||||
* Minimized interface of <e>ITERATION_CURSOR</e> to simplify crafting cursors for iteration form of a loop on non-container classes, for example, on externally-driven input like files, sockets, etc.
|
||||
|
||||
===EiffelVision2===
|
||||
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user