- Software Installation
- EiffelStudio How To's
- EiffelStudio: A Guided Tour
- EiffelStudio Reference
- EiffelStudio release notes
- Release notes for EiffelStudio 7.2
- Release notes for EiffelStudio 7.1
- Release notes for EiffelStudio 7.0
- EiffelStudio 6 release notes
- Release notes for EiffelStudio 6.8
- Release notes for EiffelStudio 6.7
- Release notes for EiffelStudio 6.6
- Release notes for EiffelStudio 6.5
- Release notes for EiffelStudio 6.4
- Release notes for EiffelStudio 6.3
- Release notes for EiffelStudio 6.2
- Release notes for EiffelStudio 6.1
- Release notes for EiffelStudio 6.0
- EiffelStudio 5 release notes
- EiffelStudio: General interface description
- Browsing tools
- EiffelStudio Editor
- Contract Editor tool
- EiffelStudio: Project settings window
- Compiler
- Debugger
- Error List Tool
- Diagram tool
- Metrics tool
- Console tool
- Outputs tool
- Eiffel Information System
- AutoTest
- Wizards and dialogs
- EiffelStudio Preferences
- Formatted information about compiled classes and features
- EiffelStudio release notes
- Beta documentation
Release notes for EiffelStudio 6.8
Contents
|
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.
- Improved keyboard navigation in the Info tool.
- Avoided class counter increment in automatically generated class name if class addition is cancelled.
- Set file name of current class to the Save File As dialog.
Changes
Bug fixes
- Corrected output of the iteration (
across) form of the loop construct in clickable views. - Fixed feature call on void target when reopening a project with diagram tool that contains cluster legend.
- Fixed a bug in the Info tool: when deleting an EIS entry, selecting "No" did not actually cancel the deletion.
Compiler
- Click here for the compiler release notes.
Debugger
- Click here for the EiffelStudio debugger release notes.
EiffelBuild
- Click here for the EiffelBuild release notes.
Libraries
EiffelBase
- Minimized interface of
ITERATION_CURSORto simplify crafting cursors for iteration form of a loop on non-container classes, for example, on externally-driven input like files, sockets, etc.
EiffelVision2
EiffelStore
- Various bug fixes.
- Extended types supported by EiffelStore, especially STRING_32 for Unicode string types.
- Improved memory management in EiffelStore, ODBC implementation.