mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 07:42:33 +01:00
Author:halw
Date:2009-12-09T16:05:07.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@368 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -5,12 +5,26 @@
|
||||
==Graphical environment==
|
||||
|
||||
===What's new===
|
||||
* A new output tool that combines the Eiffel compilation output, the C compilation output, the testing output as well as the system information.
|
||||
* When there is a C compilation error, the errors are now reported in the error list. Currently we only support error reported by either the GNU C compiler or the Microsoft C compiler. The error is also linked to the source Eiffel feature when the information is available.
|
||||
|
||||
===Improvements===
|
||||
* In the recent projects submenu, one can select the most recently compiled target.
|
||||
* The automatic class licenser can now use the license.lic files next to an ECF instead of naming the license after the ECF. It makes it easier for projects that have multiple ECF.
|
||||
* Double clicking on an ECF file will select the previously compiled target by default.
|
||||
* Added tooltip to the precompilation wizard list to show item's ECF file path.
|
||||
|
||||
===Changes===
|
||||
No changes in this release.
|
||||
|
||||
===Bug fixes===
|
||||
* Addressed issue where the first change made to the diagram tool could not be undone.
|
||||
* Fixed issue with ES crashing when trying to merge a license, when class contains an empty note clause.
|
||||
* Fixed issue where project settings would let you add twice the same include file rule.
|
||||
* Fixed an issue where clicking in the project settings entry to display a dialog and then clicking cancel would show the dialog a second time.
|
||||
* Fixed bug preventing the new features dialog from being displayed when using newer syntax.
|
||||
* Fixed issue where one could not change an integer based preference entry in EiffelStudio.
|
||||
* Many more issues have been fixed. For a more complete list, see the [http://dev.eiffel.com/EiffelStudio_6.5_Releases change logs].
|
||||
|
||||
==Compiler==
|
||||
* Click [[Major changes between ISE Eiffel 6.4 and ISE Eiffel 6.5|here]] for the compiler release notes.
|
||||
@@ -49,8 +63,10 @@
|
||||
* Fixed a missing element in <eiffel>{BOUNDED_QUEUE}.linear_representation</eiffel>.
|
||||
|
||||
===EiffelNet===
|
||||
|
||||
===EiffelProcess===
|
||||
* Fixed an issue with {NETWORK_STREAM_SOCKET}.make_server_by_port (0) which would not automatically get a port assigned.
|
||||
* Fixed obsolete warnings in the library.
|
||||
* Prevented a socket to change its blocking mode when connecting with a timeout (it would end up always being blocking even if requested otherwise before the call to `connect'.
|
||||
* Ensured that a socket is indeed connected when successfully connecting to it while the socket is in non-blocking mode.
|
||||
|
||||
===EiffelVision2===
|
||||
* [[Revisions and Bug Fixes|Click here for EiffelVision2 release notes.]]
|
||||
|
||||
Reference in New Issue
Block a user