From 86394197c859ca91c30f1da982fb47f98cb67341 Mon Sep 17 00:00:00 2001 From: pgummer Date: Tue, 20 Aug 2013 22:18:03 +0000 Subject: [PATCH] Author:Peter Gummer Date:2013-08-20T22:18:03.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1235 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../release-notes-eiffelstudio-73.wiki | 8 ++++---- .../eiffel-programming-language-syntax.wiki | 2 ++ .../eiffelvision-2/revisions-and-bug-fixes.wiki | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-73.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-73.wiki index e7a01c0e..23393281 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-73.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffelstudio-release-notes/release-notes-eiffelstudio-73.wiki @@ -6,7 +6,7 @@ ===What's new=== * A [[change analysis]] for documents in the [[Eiffel Information System]] where one can be notified of which documents to update when a class is modified, and conversely whenever a document is modified which classes might need updating. -* EiffelStudio will now show you contracts of a feature when completing code, letting you quickly find out the proper way to call it +* EiffelStudio will now show you the contracts of a feature when completing code, letting you quickly find out the proper way to call it. * When debugging, moving the mouse pointer over an expression will cause the debugger to evaluate the expression and display its computation result in a tooltip. ===Improvements=== @@ -16,7 +16,7 @@ * In [[AutoTest]], tests will be executed under the location of the Eiffel configuration file (ECF) and not in the Testing subdirectory of the EIFGENs directory. ===Bug fixes=== -* Fixed a memory corruption that would occur when you have multiple errors during a compilation and you are opening each error in its own tab editor, after opening 4 or 5 tabs, EiffelStudio could become unstable. +* Fixed a memory corruption that would occur when you have multiple errors during a compilation and you are opening each error in its own tab editor: after opening 4 or 5 tabs, EiffelStudio could become unstable. * Fixed a crash after saving a diagram as a PNG file. ==Compiler== @@ -34,7 +34,7 @@ * Updated TUPLE and depending classes to separate entities. * Updated ROUTINE and descendants to be usable for agents with separate targets. * Fixed a comparison bug with EQUALITY_TUPLE which actually would only compare the last elements. -* Made INTERNAL obsolete, it is now replaced by two set of classes: a static introspection class and a dynamic one. The class that lets you examine the static content is REFLECTOR; most references of INTERNAL can easily be replaced by REFLECTOR. To inspect objects, you have a new set of classes starting with REFLECTED_OBJECT. This let you inspect objects with copy semantics without actually causing a copy each time you access it, unlike what was happening before with INTERNAL. +* Made INTERNAL obsolete. It is now replaced by two sets of classes: a static introspection class and a dynamic one. The class that lets you examine the static content is REFLECTOR; most references to INTERNAL can easily be replaced by REFLECTOR. To inspect objects, you have a new set of classes starting with REFLECTED_OBJECT. This lets you inspect objects with copy semantics without actually causing a copy each time you access it, unlike what was happening before with INTERNAL. * Fixed a reallocation bug in SED_MEMORY_READER_WRITER where if you retrieve a large chunk, we would not allocate enough memory. * Added ability to store/retrieve expanded objects and objects with copy semantics with SED. * Storables made using SED from version 6.6 or earlier of EiffelStudio not using the `is_for_fast_retrieval' setting won't be recoverable. @@ -49,7 +49,7 @@ ===WEL=== * Fixed a 64-bit truncation bug in the message dispatcher of WEL. * Fixed a memory corruption that would occur when loading a 32-bit BMP image as a background image of a container in a 16-bit or lower display. -* Fixed an issue with WEL_CHOOSE_FOLDER_DIALOG where set_starting_path had no effect +* Fixed an issue with WEL_CHOOSE_FOLDER_DIALOG where set_starting_path had no effect. [[EiffelStudio release notes|Click here to check out what was new in other versions]] diff --git a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki index 58b86720..ee34e9b8 100644 --- a/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki +++ b/documentation/current/method/quick-reference-eiffel-programming-language/eiffel-programming-language-syntax.wiki @@ -94,6 +94,8 @@ A simple string -- specimen of Simple_string -- is a [[#Strings|String]] consist | } || %> || Closing brace |} +* %/123/ represents the character with code 123 in decimal. + ===Line wrapping parts=== A sequence of characters consisting of the following, in order: diff --git a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki index 135e4fa5..32b0c9de 100644 --- a/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki +++ b/documentation/current/solutions/gui-building/eiffelvision-2/revisions-and-bug-fixes.wiki @@ -5,7 +5,7 @@ This document contains details of modifications and bug fixes to the EiffelVisio ==EiffelStudio 7.3== '''Improvements''' -* Added {EV_PIXEL_BUFFER}.stretched which gives you a stretched version of an EV_PIXEL_BUFFER. The quality of the stretch image is much better than of the previous implementatio of EV_PIXMAP for Windows. On Unix it is the same quality as EV_PIXMAP. +* Added {EV_PIXEL_BUFFER}.stretched which gives you a stretched version of an EV_PIXEL_BUFFER. The quality of the stretched image is much better than the previous implementation of EV_PIXMAP for Windows. On Unix it is the same quality as EV_PIXMAP. * Improved stretching of EV_PIXMAP on Windows by using the Color on Color stretching mode of the Win32 API StretchBlt. @@ -15,7 +15,7 @@ This document contains details of modifications and bug fixes to the EiffelVisio ** Fixed {EV_GRID_COLUMN}.required_width_of_item_span to only take into account visible item. *'''Windows''' -** Fixed a resizing bug when you have a vertical/horizontal box with a minimum size set, if one of the item has a minimum size larger than its parent, then in some circumstances the child will be shrinked beyond its minimum size causing some visual glitches. +** Fixed a resizing bug when you have a vertical/horizontal box with a minimum size set. If one of the items has a minimum size larger than its parent, then in some circumstances the child will be shrunk beyond its minimum size causing some visual glitches. ==EiffelStudio 7.1==